Skip to content

Commit

Permalink
Merge branch 'main' of github.com:toiroakr/zod-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
toiroakr committed Dec 28, 2024
2 parents 7efadfb + b44f742 commit 4e5157c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/biome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 22
cache: "npm"
- run: npm ci
- run: npx biome check
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/toiroakr/zod-empty/compare/v1.1.0...v1.1.1) (2024-12-28)


### Bug Fixes

* release ([e52f8b5](https://github.com/toiroakr/zod-empty/commit/e52f8b5fcb440066b1f6851a8287a5784f3f10c7))

# [1.1.0](https://github.com/toiroakr/zod-empty/compare/v1.0.7...v1.1.0) (2024-12-28)


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": "zod-empty",
"version": "1.1.0",
"version": "1.1.1",
"description": "generate minimum data from zod schema.",
"types": "./cjs/index.d.ts",
"main": "./cjs/index.cjs",
Expand Down

0 comments on commit 4e5157c

Please sign in to comment.