Skip to content

Commit

Permalink
Merge pull request #8 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.2.0
  • Loading branch information
remarkablemark authored Aug 19, 2023
2 parents 5e42a37 + bf130d3 commit 0b36b4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.2.0](https://github.com/braze-community/json-schema-it/compare/v1.1.1...v1.2.0) (2023-08-19)


### Features

* **generate-schema:** add "date-time" format for string type ([f109f0e](https://github.com/braze-community/json-schema-it/commit/f109f0ed075dcaf4d40dfab1958784e6bfe92661))
* **generate-schema:** add "date" format for string type ([e76e835](https://github.com/braze-community/json-schema-it/commit/e76e835f773bbc9a5eafb8f5bbf0b077bd1d5572))
* **generate-schema:** add "email" format for string type ([6df3a1c](https://github.com/braze-community/json-schema-it/commit/6df3a1c644e06e2f1b96262ddc21d51a18ca33f3))
* **generate-schema:** add "time" format for string type ([1669363](https://github.com/braze-community/json-schema-it/commit/1669363656463e1cd6995d2c89778ea3040b28bc))

## [1.1.1](https://github.com/braze-community/json-schema-it/compare/v1.1.0...v1.1.1) (2023-08-19)


Expand Down
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.1.1",
"version": "1.2.0",
"description": "JSON Schema generator.",
"author": "Mark <[email protected]>",
"main": "cjs/index.js",
Expand Down

0 comments on commit 0b36b4a

Please sign in to comment.