Skip to content

Commit 97593b6

Browse files
chore: release 3.0.0 [skip ci]
# [3.0.0](v2.3.1...v3.0.0) (2020-09-02) ### Features * set additionalProperties to false by default unless set to true ([5b26168](5b26168)) ### BREAKING CHANGES * additionalProperties is set to false by default
1 parent 5b26168 commit 97593b6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.3.1...v3.0.0) (2020-09-02)
2+
3+
4+
### Features
5+
6+
* set additionalProperties to false by default unless set to true ([5b26168](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/5b261681eb64718c7d1203dafb5efebc8a07f2b2))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* additionalProperties is set to false by default
12+
113
## [2.3.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.3.0...v2.3.1) (2020-09-02)
214

315

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-schema-to-typescript",
3-
"version": "2.3.1",
3+
"version": "3.0.0",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)