File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.7.0 "
2
+ "." : " 0.7.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ 0.7.0] ( https://github.com/nihalgonsalves/pg-error-enum/compare/v0.6.1...v0.7.0 ) (2023-09-11)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-error-enum" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"description" : " TypeScript Enum for Postgres Errors with no runtime dependencies" ,
5
5
"author" : " Nihal Gonsalves <nihal@nihalgonsalves.com>" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments