Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.1](v1.21.0...v2.0.0-beta.1) (2024-06-13)

### Bug Fixes

* fix publint warning ([26baab2](26baab2))
* make sure NeonClient is generated ([8edaf93](8edaf93)), closes [/github.com/hey-api/openapi-ts/issues/606#issuecomment-2127263454](https://github.com//github.com/hey-api/openapi-ts/issues/606/issues/issuecomment-2127263454)

### core

* migrate to @hey-api/openapi-ts ([9ac0f0a](9ac0f0a))

### BREAKING CHANGES

* move to @hey-api/openapi-ts, as openapi-typescript-codegen is being deprecated
  • Loading branch information
GP authored and paambaati committed Jun 13, 2024
1 parent 9cde72a commit f0dd282
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0-beta.1](https://github.com/paambaati/neon-js-sdk/compare/v1.21.0...v2.0.0-beta.1) (2024-06-13)


### Bug Fixes

* fix publint warning ([26baab2](https://github.com/paambaati/neon-js-sdk/commit/26baab2712ecdbcaa0bb11502809f54c2a6c39f2))
* make sure NeonClient is generated ([8edaf93](https://github.com/paambaati/neon-js-sdk/commit/8edaf9365041fe7c73ad6dd5e08a0d7dc89e6efc)), closes [/github.com/hey-api/openapi-ts/issues/606#issuecomment-2127263454](https://github.com//github.com/hey-api/openapi-ts/issues/606/issues/issuecomment-2127263454)


### core

* migrate to @hey-api/openapi-ts ([9ac0f0a](https://github.com/paambaati/neon-js-sdk/commit/9ac0f0a6dddc5340801058a39b77b07510858ea0))


### BREAKING CHANGES

* move to @hey-api/openapi-ts, as openapi-typescript-codegen is being deprecated

# [1.21.0](https://github.com/paambaati/neon-js-sdk/compare/v1.20.0...v1.21.0) (2024-05-07)


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

0 comments on commit f0dd282

Please sign in to comment.