Skip to content

Commit 733cf3a

Browse files
chore(main): release pg-error-enum 2.0.0 (#569)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 36dd118 commit 733cf3a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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-
".": "1.0.2"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/nihalgonsalves/pg-error-enum/compare/pg-error-enum-v1.0.2...pg-error-enum-v2.0.0) (2025-10-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* test on node 24 (new lts), drop node 18 ([#568](https://github.com/nihalgonsalves/pg-error-enum/issues/568))
9+
10+
### Bug Fixes
11+
12+
* also update engine range ([36dd118](https://github.com/nihalgonsalves/pg-error-enum/commit/36dd118f03d27e1d2bccde13572f579ff74d85fb))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* test on node 24 (new lts), drop node 18 ([#568](https://github.com/nihalgonsalves/pg-error-enum/issues/568)) ([c0acad8](https://github.com/nihalgonsalves/pg-error-enum/commit/c0acad8180a2e73b385309b611daeeaad3852463))
18+
319
## [1.0.2](https://github.com/nihalgonsalves/pg-error-enum/compare/pg-error-enum-v1.0.1...pg-error-enum-v1.0.2) (2025-03-21)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pg-error-enum",
33
"type": "module",
4-
"version": "1.0.2",
4+
"version": "2.0.0",
55
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies",
66
"author": "Nihal Gonsalves <nihal@nihalgonsalves.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)