Skip to content

Commit

Permalink
chore(main): release 1.1.3 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
soc221b authored Jan 5, 2025
1 parent fb4c552 commit 18e36ed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.2"
".": "1.1.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.3](https://github.com/soc221b/zod-schema-faker/compare/1.1.2...1.1.3) (2025-01-05)


### Bug Fixes

* module resolution ([#319](https://github.com/soc221b/zod-schema-faker/issues/319)) ([8fff8cb](https://github.com/soc221b/zod-schema-faker/commit/8fff8cbbb0aa3b2ea714225bbf50e64def26f30a))
* number multipleOf ([#322](https://github.com/soc221b/zod-schema-faker/issues/322)) ([fb4c552](https://github.com/soc221b/zod-schema-faker/commit/fb4c552329ccda1b8a58bb52986be5c3fe9dd6fd))

## [1.1.2](https://github.com/soc221b/zod-schema-faker/compare/1.1.1...1.1.2) (2025-01-04)


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
Expand Up @@ -2,7 +2,7 @@
"name": "zod-schema-faker",
"type": "module",
"sideEffects": false,
"version": "1.1.2",
"version": "1.1.3",
"description": "Generates mock data from zod schema. Powered by @faker-js/faker and randexp.js",
"keywords": [
"zod",
Expand Down

0 comments on commit 18e36ed

Please sign in to comment.