Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.7](v2.0.0-beta.6...v2.0.0-beta.7) (2024-07-26)

### Bug Fixes

* **ci:** apply JSR semantic-release plugin fixes ([497ae97](497ae97))
  • Loading branch information
GP authored and paambaati committed Jul 26, 2024
1 parent 497ae97 commit 7028348
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.0.0-beta.7](https://github.com/paambaati/neon-js-sdk/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2024-07-26)


### Bug Fixes

* **ci:** apply JSR semantic-release plugin fixes ([497ae97](https://github.com/paambaati/neon-js-sdk/commit/497ae979bca1bdf9b1b66af8cbfefb9db1bfe6f6))

# [2.0.0-beta.6](https://github.com/paambaati/neon-js-sdk/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2024-07-26)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@httgp/neon-sdk",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.7",
"exports": "./generated/index.ts",
"publish": {
"include": [
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": "neon-sdk",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "TypeScript SDK for managing your Neon Serverless PostgreSQL projects",
"keywords": [
"neon",
Expand Down

0 comments on commit 7028348

Please sign in to comment.