Skip to content

Commit 10e9f02

Browse files
chore(main): release pg-error-enum 0.7.2 (#534)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a7ab269 commit 10e9f02

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.1"
2+
".": "0.7.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/nihalgonsalves/pg-error-enum/compare/pg-error-enum-v0.7.1...pg-error-enum-v0.7.2) (2024-07-22)
4+
5+
6+
### Features
7+
8+
* add FILE_NAME_TOO_LONG (58P03) ([#533](https://github.com/nihalgonsalves/pg-error-enum/issues/533)) ([a7ab269](https://github.com/nihalgonsalves/pg-error-enum/commit/a7ab269182e674fa9a92e0c4e7d5ed866a1742ab))
9+
310
## [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)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-error-enum",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies",
55
"author": "Nihal Gonsalves <nihal@nihalgonsalves.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)