express-zod-api 9.0.0-beta4 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Version 9
4
4
 
5
+ ### v9.0.0
6
+
7
+ - No additional changes since v9.0.0-beta4.
8
+ - Read the release notes on beta versions for migration strategy from v8.
9
+
5
10
  ### v9.0.0-beta4
6
11
 
7
12
  - This release contains the feature from version [8.11.0](#v8110).
@@ -1 +1 @@
1
- {"type":"module","version":"9.0.0-beta4"}
1
+ {"type":"module","version":"9.0.0"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-api",
3
- "version": "9.0.0-beta4",
3
+ "version": "9.0.0",
4
4
  "description": "A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.",
5
5
  "license": "MIT",
6
6
  "scripts": {