Skip to content

Commit ac4313f

Browse files
chore(main): release pg-error-enum 1.0.0 (#553)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 449c422 commit ac4313f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.3"
2+
".": "1.0.0"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/nihalgonsalves/pg-error-enum/compare/pg-error-enum-v0.7.3...pg-error-enum-v1.0.0) (2025-03-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use `"type": "module"` in your `package.json`, or upgrade to a Node version that supports [require(esm)](https://nodejs.org/api/modules.html#loading-ecmascript-modules-using-require), i.e. >= [v20.19.0](https://nodejs.org/en/blog/release/v20.19.0#requireesm-is-now-enabled-by-default), >= [v22.12.0](https://nodejs.org/en/blog/release/v22.12.0#requireesm-is-now-enabled-by-default), or v23 and above.
9+
10+
### Build System
11+
12+
* switch to esm ([#552](https://github.com/nihalgonsalves/pg-error-enum/issues/552)) ([449c422](https://github.com/nihalgonsalves/pg-error-enum/commit/449c422e9e3534d37b4e2b8646ba871a11a8252c))
13+
314
## [0.7.3](https://github.com/nihalgonsalves/pg-error-enum/compare/pg-error-enum-v0.7.2...pg-error-enum-v0.7.3) (2024-10-01)
415

516

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pg-error-enum",
33
"type": "module",
4-
"version": "0.7.3",
4+
"version": "1.0.0",
55
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies",
66
"author": "Nihal Gonsalves <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)