Skip to content

Commit

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

### Bug Fixes

* add a new-line to end of generated file ([8c1ba1b](8c1ba1b))
* **ci:** make sure JSR fixes are applied on auto-generated code ([7028fc0](7028fc0))

### Features

* **internal:** JSR publish ([2767f62](2767f62))
* **internal:** JSR support ✨ ([8744bec](8744bec))
  • Loading branch information
GP authored and paambaati committed Jul 23, 2024
1 parent 8744bec commit d01fad7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0-beta.4](https://github.com/paambaati/neon-js-sdk/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2024-07-23)


### Bug Fixes

* add a new-line to end of generated file ([8c1ba1b](https://github.com/paambaati/neon-js-sdk/commit/8c1ba1b8b4ad9f3f88f77f0dc783eb69db4e93ed))
* **ci:** make sure JSR fixes are applied on auto-generated code ([7028fc0](https://github.com/paambaati/neon-js-sdk/commit/7028fc03c3af0623e4cbe0b7f904dfd60dd68d0a))


### Features

* **internal:** JSR publish ([2767f62](https://github.com/paambaati/neon-js-sdk/commit/2767f62bc22c6e20c993ab7f7d4f77f1111a2c25))
* **internal:** JSR support ✨ ([8744bec](https://github.com/paambaati/neon-js-sdk/commit/8744bec14b8162f207144746073952ad3ba43949))

# [2.0.0-beta.3](https://github.com/paambaati/neon-js-sdk/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-07-18)


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.3",
"version": "2.0.0-beta.4",
"description": "TypeScript SDK for managing your Neon Serverless PostgreSQL projects",
"keywords": [
"neon",
Expand Down

0 comments on commit d01fad7

Please sign in to comment.