Skip to content

Commit e304a6e

Browse files
committed
chore(release): 1.12.0 [skip ci]
# [1.12.0](v1.11.0...v1.12.0) (2026-05-13) ### Features * generate Swagger document on the fly, remove static swagger.json ([#1807](#1807)) ([74a0d5e](74a0d5e))
1 parent 74a0d5e commit e304a6e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.12.0](https://github.com/ffflorian/pkgsource/compare/v1.11.0...v1.12.0) (2026-05-13)
2+
3+
4+
### Features
5+
6+
* generate Swagger document on the fly, remove static swagger.json ([#1807](https://github.com/ffflorian/pkgsource/issues/1807)) ([74a0d5e](https://github.com/ffflorian/pkgsource/commit/74a0d5e9b52f6542f1bcd6c79d567b1f2c8ef3e7))
7+
18
# [1.11.0](https://github.com/ffflorian/pkgsource/compare/v1.10.0...v1.11.0) (2026-04-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
"start": "node dist/src/index.js",
8282
"start:dev": "yarn build:commit && NODE_DEBUG=\"pkgsource/*\" tsx src/index.ts"
8383
},
84-
"version": "1.11.0"
84+
"version": "1.12.0"
8585
}

0 commit comments

Comments
 (0)