Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#509)
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] committed Sep 11, 2023
1 parent 9863f36 commit 0e75ce7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.1",
"version": "0.7.0",
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies",
"author": "Nihal Gonsalves <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 0e75ce7

Please sign in to comment.