Skip to content

Commit 090dd8d

Browse files
authored
Merge pull request #12 from mag123c/release-please--branches--main--components--nestjs-stdschema
chore(main): release 0.1.3
2 parents 8e155cb + 8783c3e commit 090dd8d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/mag123c/nestjs-stdschema/compare/v0.1.2...v0.1.3) (2025-12-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** use PAT token for release-please to trigger CI ([8e155cb](https://github.com/mag123c/nestjs-stdschema/commit/8e155cb340ba900e3829c9cc397dcdf6512b5e9b))
9+
310
## [0.1.2](https://github.com/mag123c/nestjs-stdschema/compare/v0.1.1...v0.1.2) (2025-12-02)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mag123c/nestjs-stdschema",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Universal schema validation for NestJS using standard-schema spec. Support Zod, Valibot, ArkType and 20+ validators with a single package.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)