diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c2e73..25e1508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.7.0](https://github.com/nihalgonsalves/pg-error-enum/compare/v0.6.1...v0.7.0) (2023-09-11) + + +### ⚠ BREAKING CHANGES + +* **sync:** This removes an enum constant, and could possibly break code that uses it. + +### Features + +* **sync:** remove SNAPSHOT_TOO_OLD (72000) ([#508](https://github.com/nihalgonsalves/pg-error-enum/issues/508)) ([6477108](https://github.com/nihalgonsalves/pg-error-enum/commit/64771080dc044beff5a48a123f0e2cd07ffe4ccf)) + ## [0.6.1](https://github.com/nihalgonsalves/pg-error-enum/compare/v0.6.0...v0.6.1) (2023-07-07) diff --git a/package-lock.json b/package-lock.json index c95bbcc..545f5aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pg-error-enum", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pg-error-enum", - "version": "0.6.1", + "version": "0.7.0", "license": "MIT", "devDependencies": { "@nihalgonsalves/esconfig": "^0.6.1", diff --git a/package.json b/package.json index 8c132ee..4297edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pg-error-enum", - "version": "0.6.1", + "version": "0.7.0", "description": "TypeScript Enum for Postgres Errors with no runtime dependencies", "author": "Nihal Gonsalves ", "license": "MIT",