Skip to content

Commit f79822d

Browse files
chore(main): release pg-error-enum 1.0.1 (#555)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f58de92 commit f79822d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/nihalgonsalves/pg-error-enum/compare/pg-error-enum-v1.0.0...pg-error-enum-v1.0.1) (2025-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** remove prepublish test ([#554](https://github.com/nihalgonsalves/pg-error-enum/issues/554)) ([f58de92](https://github.com/nihalgonsalves/pg-error-enum/commit/f58de92a62080f6eb856f138413cb92d8e79698a))
9+
310
## [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)
411

512

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": "1.0.0",
4+
"version": "1.0.1",
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)