Skip to content

Commit

Permalink
Merge pull request #1 from braze-community/release-please--branches--…
Browse files Browse the repository at this point in the history
…master--components--json-schema-it

chore(master): release 1.0.0
  • Loading branch information
remarkablemark authored Aug 18, 2023
2 parents 3ef5883 + b648a3f commit 9487b39
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 1.0.0 (2023-08-18)


### Features

* export `generateSchema` ([1f896d7](https://github.com/braze-community/json-schema-it/commit/1f896d7aa2d95df20309ebe19a4ba79cfedec2af))
* **generate-schema:** add array type ([067213e](https://github.com/braze-community/json-schema-it/commit/067213e13f25cdda89f317171e2788afcb021810))
* **generate-schema:** add integer type ([dc5b1f6](https://github.com/braze-community/json-schema-it/commit/dc5b1f601fe70e762eee380daf0f7e70a89394df))
* **generate-schema:** add null type ([07db9d8](https://github.com/braze-community/json-schema-it/commit/07db9d86123358baa278ebaa23239f8252de8b15))
* **generate-schema:** add number type ([6d2c033](https://github.com/braze-community/json-schema-it/commit/6d2c033306e3b07a8bcc15d7daaef7f5aef1c6b4))
* **generate-schema:** add object type ([c17166f](https://github.com/braze-community/json-schema-it/commit/c17166f4b841414df7a4c4c3a9db4f84dd507a67))
* **generate-schema:** handle array with mixed types ([40518ce](https://github.com/braze-community/json-schema-it/commit/40518cec0fffeabe4c1c77d13fc9b88ddc78b760))
* **generate-schema:** improve array type ([b64bd72](https://github.com/braze-community/json-schema-it/commit/b64bd7228466f938415d40f435d5e94ca6138559))
* **generate-schema:** improve object type ([b76bd20](https://github.com/braze-community/json-schema-it/commit/b76bd20b3c0f70fadd53ef874795b9fbde277f32))
* **generate-schema:** throw error for invalid JSON values ([8196d46](https://github.com/braze-community/json-schema-it/commit/8196d46da10badfd6eb8ba24c11671afbe8d6cc1))
* **generate-schema:** throw error if undefined ([e31a04d](https://github.com/braze-community/json-schema-it/commit/e31a04d1850d30decd97ebb61ac0459e59995276))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-it",
"version": "1.0.0-alpha",
"version": "1.0.0",
"description": "JSON Schema generator.",
"author": "Mark <[email protected]>",
"main": "cjs/index.js",
Expand Down

0 comments on commit 9487b39

Please sign in to comment.