Skip to content

Commit ae9f013

Browse files
chore(main): release 0.16.1 (#36)
1 parent a23c7cc commit ae9f013

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

.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.16.0"
2+
".": "0.16.1"
33
}

CHANGELOG.md

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

3+
## [0.16.1](https://github.com/JorisJonkers-dev/deploy-config-schema/compare/v0.16.0...v0.16.1) (2026-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* decouple context fixture schemaVersion checks from package version ([#38](https://github.com/JorisJonkers-dev/deploy-config-schema/issues/38)) ([c1ba378](https://github.com/JorisJonkers-dev/deploy-config-schema/commit/c1ba378be14fd917e363df1dc7f751c1d1d79e5e))
9+
* derive SCHEMA_VERSION from getPackageVersion in cluster-context test ([#37](https://github.com/JorisJonkers-dev/deploy-config-schema/issues/37)) ([aad48db](https://github.com/JorisJonkers-dev/deploy-config-schema/commit/aad48dbc6e338c0c7f67bbfd1e2ff25ef5f6bab5))
10+
* remove committed golden render-hash that changes on every version bump ([#40](https://github.com/JorisJonkers-dev/deploy-config-schema/issues/40)) ([a23c7cc](https://github.com/JorisJonkers-dev/deploy-config-schema/commit/a23c7cc22658dae7b3fb33387cb76589998c4989))
11+
* wire cluster-context kind into CLI validate dispatch ([#35](https://github.com/JorisJonkers-dev/deploy-config-schema/issues/35)) ([8b15214](https://github.com/JorisJonkers-dev/deploy-config-schema/commit/8b152144f5ead53bfd61c2be2080134738869fff))
12+
313
## [0.16.0](https://github.com/JorisJonkers-dev/deploy-config-schema/compare/v0.15.0...v0.16.0) (2026-07-08)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jorisjonkers-dev/deploy-config-schema",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "JSON Schema and CLI contract for deploy and infrastructure config artifacts.",
55
"type": "module",
66
"main": "./dist/src/index.js",

0 commit comments

Comments
 (0)