Skip to content

Commit

Permalink
chore(main): release pg-error-enum 0.7.1 (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 19, 2024
1 parent 0c8f0ce commit fe203e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.7.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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)


### Features

* 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))


### Bug Fixes

* update sync.ts quotes for prettier changes ([845a7c3](https://github.com/nihalgonsalves/pg-error-enum/commit/845a7c34cb9ec9049be545ad7c7963d6964fd83b))

## [0.7.0](https://github.com/nihalgonsalves/pg-error-enum/compare/v0.6.1...v0.7.0) (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-error-enum",
"version": "0.7.0",
"version": "0.7.1",
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies",
"author": "Nihal Gonsalves <nihal@nihalgonsalves.com>",
"license": "MIT",
Expand Down

0 comments on commit fe203e5

Please sign in to comment.