Skip to content

Commit fe203e5

Browse files
chore(main): release pg-error-enum 0.7.1 (#522)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c8f0ce commit fe203e5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.0"
2+
".": "0.7.1"
33
}

CHANGELOG.md

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

3+
## [0.7.1](https://github.com/nihalgonsalves/pg-error-enum/compare/pg-error-enum-v0.7.0...pg-error-enum-v0.7.1) (2024-02-19)
4+
5+
6+
### Features
7+
8+
* sync with latest Postgres Errors ([#523](https://github.com/nihalgonsalves/pg-error-enum/issues/523)) ([0c8f0ce](https://github.com/nihalgonsalves/pg-error-enum/commit/0c8f0cedf6b3adac63bdae64541e63cd52fa7f28))
9+
10+
11+
### Bug Fixes
12+
13+
* update sync.ts quotes for prettier changes ([845a7c3](https://github.com/nihalgonsalves/pg-error-enum/commit/845a7c34cb9ec9049be545ad7c7963d6964fd83b))
14+
315
## [0.7.0](https://github.com/nihalgonsalves/pg-error-enum/compare/v0.6.1...v0.7.0) (2023-09-11)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-error-enum",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies",
55
"author": "Nihal Gonsalves <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)