bigal 16.0.0 → 16.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [16.0.1](https://github.com/bigalorm/bigal/compare/v16.0.0...v16.0.1) (2026-07-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** pin conventional-changelog-conventionalcommits to 9.x ([#474](https://github.com/bigalorm/bigal/issues/474)) ([05ac685](https://github.com/bigalorm/bigal/commit/05ac6852e93b5d929b198fe62839c2f2bffb096f))
6
+
1
7
  ## [16.0.0](https://github.com/bigalorm/bigal/compare/v15.12.0...v16.0.0) (2026-07-13)
2
8
 
3
9
  ## [15.12.0](https://github.com/bigalorm/bigal/compare/v15.11.12...v15.12.0) (2026-07-12)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigal",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "description": "A type-safe PostgreSQL ORM for Node.js, written in TypeScript. Features a fluent query builder, decorator-based models, and immutable query state.",
5
5
  "keywords": [
6
6
  "decorator",
@@ -63,7 +63,7 @@
63
63
  "@semantic-release/release-notes-generator": "14.1.1",
64
64
  "@stylistic/eslint-plugin": "5.10.0",
65
65
  "@types/node": ">=22",
66
- "conventional-changelog-conventionalcommits": "10.2.1",
66
+ "conventional-changelog-conventionalcommits": "9.3.1",
67
67
  "eslint-config-decent": "4.2.38",
68
68
  "eslint-plugin-jsdoc": "62.9.0",
69
69
  "eslint-plugin-security": "4.0.1",