Skip to content

Commit

Permalink
Merge branch 'master' into switch-to-vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Dec 11, 2023
2 parents 778bb46 + fbe755d commit 207665f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Version 15

### 15.0.1

- Development environment improvements:
- Transitioned from an exclusive approach to the inclusive one:
- Introducing the list of `files` included into the distribution (instead of ignoring redundant ones).
- Stable testing environment:
- Inclusive, stable and extendible `tsconfig.json` files;
- Stable `package.json` for integration, ESM and compatibility tests;
- Dedicated environment for Issue #952 test.
- Simplified development commands.

### 15.0.0

- **Breaking changes**:
Expand Down
2 changes: 1 addition & 1 deletion example/example.swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: Example API
version: 15.0.0
version: 15.0.1
paths:
/v1/user/retrieve:
get:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-zod-api",
"version": "15.0.0",
"version": "15.0.1",
"description": "A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -157,7 +157,7 @@
"husky": "^8.0.3",
"make-coverage-badge": "^1.2.0",
"mockdate": "^3.0.5",
"prettier": "3.1.0",
"prettier": "3.1.1",
"strip-ansi": "^6.0.1",
"tsd": "^0.29.0",
"tsup": "^8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3614,10 +3614,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

[email protected].0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
[email protected].1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==

pretty-format@^29.7.0:
version "29.7.0"
Expand Down

0 comments on commit 207665f

Please sign in to comment.