Skip to content

Commit 34e5550

Browse files
chore(main): release pg-error-enum 1.0.2 (#558)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1618d57 commit 34e5550

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

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* add back prepublish build ([#557](https://github.com/nihalgonsalves/pg-error-enum/issues/557)) ([1618d57](https://github.com/nihalgonsalves/pg-error-enum/commit/1618d570c478d30dd170fe778c884f9e3cceeffc))
9+
310
## [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)
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.1",
4+
"version": "1.0.2",
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)