From fe203e5533d401e7b394c3e651c9c3c902807d03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:49:52 +0100 Subject: [PATCH] chore(main): release pg-error-enum 0.7.1 (#522) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e1508..56e7739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 07e740e..a4a0edc 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",