Skip to content

Commit 0e75ce7

Browse files
chore(main): release 0.7.0 (#509)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9863f36 commit 0e75ce7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/nihalgonsalves/pg-error-enum/compare/v0.6.1...v0.7.0) (2023-09-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **sync:** This removes an enum constant, and could possibly break code that uses it.
9+
10+
### Features
11+
12+
* **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))
13+
314
## [0.6.1](https://github.com/nihalgonsalves/pg-error-enum/compare/v0.6.0...v0.6.1) (2023-07-07)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6.1",
3+
"version": "0.7.0",
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)