Skip to content

Commit

Permalink
chore(release): 3.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.4](v3.1.3...v3.1.4) (2023-04-05)

### Dependencies and Other Build Updates

* **deps:** bump @prisma/generator-helper from 4.11.0 to 4.12.0 ([e23fb45](e23fb45))
* **deps:** bump @prisma/internals from 4.11.0 to 4.12.0 ([ea552c7](ea552c7))
* **dev-deps:** bump @prisma/client from 4.11.0 to 4.12.0 ([6557ed6](6557ed6))
* **dev-deps:** bump @swc/core from 1.3.38 to 1.3.39 ([3b5a735](3b5a735))
* **dev-deps:** bump @swc/core from 1.3.39 to 1.3.40 ([f81614a](f81614a))
* **dev-deps:** bump @swc/core from 1.3.40 to 1.3.41 ([c8dc3c3](c8dc3c3))
* **dev-deps:** bump @swc/core from 1.3.41 to 1.3.42 ([3c05b4e](3c05b4e))
* **dev-deps:** bump @swc/core from 1.3.42 to 1.3.44 ([4a62359](4a62359))
* **dev-deps:** bump @swc/core from 1.3.44 to 1.3.46 ([3b9d4d2](3b9d4d2))
* **dev-deps:** bump @types/jest from 29.4.0 to 29.4.1 ([40de3a7](40de3a7))
* **dev-deps:** bump @types/jest from 29.4.1 to 29.4.4 ([aa10293](aa10293))
* **dev-deps:** bump @types/jest from 29.4.4 to 29.5.0 ([595de3a](595de3a))
* **dev-deps:** bump @types/node from 18.15.0 to 18.15.2 ([a82fb89](a82fb89))
* **dev-deps:** bump @types/node from 18.15.10 to 18.15.11 ([80d8871](80d8871))
* **dev-deps:** bump @types/node from 18.15.2 to 18.15.3 ([d671a26](d671a26))
* **dev-deps:** bump @types/node from 18.15.3 to 18.15.5 ([f1be44a](f1be44a))
* **dev-deps:** bump @types/node from 18.15.5 to 18.15.6 ([c5782c0](c5782c0))
* **dev-deps:** bump @types/node from 18.15.6 to 18.15.7 ([1911725](1911725))
* **dev-deps:** bump @types/node from 18.15.7 to 18.15.10 ([de58220](de58220))
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([7cb9fc8](7cb9fc8))
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([53ed5ba](53ed5ba))
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([2b0efe6](2b0efe6))
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([2b4ba86](2b4ba86))
* **dev-deps:** bump @typescript-eslint/parser from 5.54.1 to 5.55.0 ([69af2aa](69af2aa))
* **dev-deps:** bump @typescript-eslint/parser from 5.55.0 to 5.56.0 ([f8079cd](f8079cd))
* **dev-deps:** bump @typescript-eslint/parser from 5.56.0 to 5.57.0 ([2a1d915](2a1d915))
* **dev-deps:** bump @typescript-eslint/parser from 5.57.0 to 5.57.1 ([73a1823](73a1823))
* **dev-deps:** bump eslint from 8.35.0 to 8.36.0 ([011e932](011e932))
* **dev-deps:** bump eslint from 8.36.0 to 8.37.0 ([f9decdc](f9decdc))
* **dev-deps:** bump eslint-config-prettier from 8.7.0 to 8.8.0 ([0057bfe](0057bfe))
* **dev-deps:** bump prettier from 2.8.4 to 2.8.5 ([c093497](c093497))
* **dev-deps:** bump prettier from 2.8.5 to 2.8.6 ([95a2369](95a2369))
* **dev-deps:** bump prettier from 2.8.6 to 2.8.7 ([70e2ae8](70e2ae8))
* **dev-deps:** bump prisma from 4.11.0 to 4.12.0 ([5688c9b](5688c9b))
* **dev-deps:** bump typescript from 4.9.5 to 5.0.3 ([ba6d59f](ba6d59f))
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent e546370 commit 6796c03
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## [3.1.4](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v3.1.3...v3.1.4) (2023-04-05)


### Dependencies and Other Build Updates

* **deps:** bump @prisma/generator-helper from 4.11.0 to 4.12.0 ([e23fb45](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/e23fb4519b4cc9842cd6e649a365c9e8a6c3253d))
* **deps:** bump @prisma/internals from 4.11.0 to 4.12.0 ([ea552c7](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/ea552c72f8dbcd4f13ebd1d8ae212cf1c05dbfb5))
* **dev-deps:** bump @prisma/client from 4.11.0 to 4.12.0 ([6557ed6](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/6557ed69179cfc49da5b02991a5dddf87926c1f3))
* **dev-deps:** bump @swc/core from 1.3.38 to 1.3.39 ([3b5a735](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/3b5a7353ccb2d584166e9c68e68d58d0c8cef7bc))
* **dev-deps:** bump @swc/core from 1.3.39 to 1.3.40 ([f81614a](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/f81614a3e68d79ea3cb3f90ed30283d9a0e25d63))
* **dev-deps:** bump @swc/core from 1.3.40 to 1.3.41 ([c8dc3c3](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/c8dc3c3c63b3594ccb1e46ea9c35ed93b97e8e5a))
* **dev-deps:** bump @swc/core from 1.3.41 to 1.3.42 ([3c05b4e](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/3c05b4ee1c1e0d8ead8aa5c2f0403a7919076d2c))
* **dev-deps:** bump @swc/core from 1.3.42 to 1.3.44 ([4a62359](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/4a62359f7eaa063b190bd05ce8c08e70e8078011))
* **dev-deps:** bump @swc/core from 1.3.44 to 1.3.46 ([3b9d4d2](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/3b9d4d20b18dae9e4426c44b06a188baff73d464))
* **dev-deps:** bump @types/jest from 29.4.0 to 29.4.1 ([40de3a7](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/40de3a7e32ef2c8d5efdfda055ce13f54382bc74))
* **dev-deps:** bump @types/jest from 29.4.1 to 29.4.4 ([aa10293](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/aa102933630e1f4709b75c3dac3939bc72eb5c24))
* **dev-deps:** bump @types/jest from 29.4.4 to 29.5.0 ([595de3a](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/595de3a00c304565f1c2aa173cf537943a5718d1))
* **dev-deps:** bump @types/node from 18.15.0 to 18.15.2 ([a82fb89](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/a82fb89b3a2fc8a90ea07aa79c3511410e4c5f29))
* **dev-deps:** bump @types/node from 18.15.10 to 18.15.11 ([80d8871](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/80d88716781c05a423646b266cbbd186f727c9af))
* **dev-deps:** bump @types/node from 18.15.2 to 18.15.3 ([d671a26](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/d671a263eccc071ebe9645c1f309acba5892dae6))
* **dev-deps:** bump @types/node from 18.15.3 to 18.15.5 ([f1be44a](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/f1be44a9d65d0e1d63a3df92819366d2876b654a))
* **dev-deps:** bump @types/node from 18.15.5 to 18.15.6 ([c5782c0](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/c5782c099c5593f921bfbcf5c0b2d405da2abe09))
* **dev-deps:** bump @types/node from 18.15.6 to 18.15.7 ([1911725](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/19117259b82aaec3880a91f7f3d32602c1807c47))
* **dev-deps:** bump @types/node from 18.15.7 to 18.15.10 ([de58220](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/de582209a398529f37801bfbd2ae7b0ca051cea2))
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([7cb9fc8](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/7cb9fc83ed30073815ce974ef237c7d2c5bc32ce))
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([53ed5ba](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/53ed5bac979eb9de997ab30e3966b41f3989aa4a))
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([2b0efe6](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/2b0efe640d6c2eea60887dce2968a99215dd0cee))
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([2b4ba86](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/2b4ba86f713bc3c12747d4630aeb9793c473c4a9))
* **dev-deps:** bump @typescript-eslint/parser from 5.54.1 to 5.55.0 ([69af2aa](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/69af2aaac4f09e46dceaba9c1b29928527a9e069))
* **dev-deps:** bump @typescript-eslint/parser from 5.55.0 to 5.56.0 ([f8079cd](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/f8079cdf05905660089ea59c6550b6496ede0b1d))
* **dev-deps:** bump @typescript-eslint/parser from 5.56.0 to 5.57.0 ([2a1d915](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/2a1d915a1bd2d3bddb4298cb62b381e7fc0e04e1))
* **dev-deps:** bump @typescript-eslint/parser from 5.57.0 to 5.57.1 ([73a1823](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/73a18230870e5aad6e70be51d467a427ca3eb365))
* **dev-deps:** bump eslint from 8.35.0 to 8.36.0 ([011e932](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/011e9322516b327b9dcb36f967211ffb1cbd1d6b))
* **dev-deps:** bump eslint from 8.36.0 to 8.37.0 ([f9decdc](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/f9decdcc1b35cad6924642ab590e8ed12a0120ab))
* **dev-deps:** bump eslint-config-prettier from 8.7.0 to 8.8.0 ([0057bfe](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/0057bfebe224f090d3ca4fcde3ad85ef53511d8d))
* **dev-deps:** bump prettier from 2.8.4 to 2.8.5 ([c093497](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/c0934974f9f67af78be00a722f4f454f0606b167))
* **dev-deps:** bump prettier from 2.8.5 to 2.8.6 ([95a2369](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/95a236991fe590ae422b3bf989852d4323cb9d79))
* **dev-deps:** bump prettier from 2.8.6 to 2.8.7 ([70e2ae8](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/70e2ae823945e6d94c20e190c6aecfede7df2830))
* **dev-deps:** bump prisma from 4.11.0 to 4.12.0 ([5688c9b](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/5688c9be48e85e03e9ae8f5aff36de60bd156cc3))
* **dev-deps:** bump typescript from 4.9.5 to 5.0.3 ([ba6d59f](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/ba6d59f968d59fec6a1ade55428ae916130417c7))

## [3.1.3](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v3.1.2...v3.1.3) (2023-03-10)


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": "prisma-json-schema-generator",
"version": "3.1.3",
"version": "3.1.4",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 6796c03

Please sign in to comment.