This repository was archived by the owner on Jul 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.0.0-beta.10] ( https://github.com/paambaati/neon-js-sdk/compare/v2.0.0-beta.9...v2.0.0-beta.10 ) (2025-02-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** ci:** rename workflow YAML to fix provenance problems ([ 032f643] ( https://github.com/paambaati/neon-js-sdk/commit/032f6431022b036d7f90d82a7320781faf4aa32e ) )
7
+ * ** ci:** revert dry run logic ([ 686c6e6] ( https://github.com/paambaati/neon-js-sdk/commit/686c6e627c31f872dae8c0cd6feaa1e31d568aab ) )
8
+ * fix package.json exports ([ ce5dc9e] ( https://github.com/paambaati/neon-js-sdk/commit/ce5dc9ec544d4cc0f64813861d7480bd428a80e8 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * update to track latest spec changes ([ d4fc052] ( https://github.com/paambaati/neon-js-sdk/commit/d4fc052897fca06c76dafd61e4b893df8986faf8 ) )
14
+ * update to track latest spec changes ([ b7ce7d4] ( https://github.com/paambaati/neon-js-sdk/commit/b7ce7d45751da368c1e02b27c6db6c7f6856474c ) )
15
+ * update to track latest spec changes ([ 373a795] ( https://github.com/paambaati/neon-js-sdk/commit/373a79549bae8d04217c38c8c95025ee6fd76012 ) )
16
+ * update to track latest spec changes ([ 7ada7b1] ( https://github.com/paambaati/neon-js-sdk/commit/7ada7b1e5213351caa69fc1ad64db1e5cf199d09 ) )
17
+ * update to track latest spec changes ([ 26c1a7d] ( https://github.com/paambaati/neon-js-sdk/commit/26c1a7d3ef904205d6a2202a663670801137516e ) )
18
+ * update to track latest spec changes ([ d71b720] ( https://github.com/paambaati/neon-js-sdk/commit/d71b7205fa8d2d9502b1bc77b373f92be67b7157 ) )
19
+ * update to track latest spec changes ([ 68810e4] ( https://github.com/paambaati/neon-js-sdk/commit/68810e429c06ebff789d1da3caaf1c6a019a9131 ) )
20
+ * update to track latest spec changes ([ bbb16e0] ( https://github.com/paambaati/neon-js-sdk/commit/bbb16e055035060fec8ec742ea9a283d656162b0 ) )
21
+ * update to track latest spec changes ([ 580a589] ( https://github.com/paambaati/neon-js-sdk/commit/580a5898c9b9f6a67a9ec2d9e1201c655b77d216 ) )
22
+ * update to track latest spec changes ([ 6819517] ( https://github.com/paambaati/neon-js-sdk/commit/681951730becf54edfd57a4e226caf96b7ef0059 ) )
23
+
1
24
# [ 2.0.0-beta.9] ( https://github.com/paambaati/neon-js-sdk/compare/v2.0.0-beta.8...v2.0.0-beta.9 ) (2024-08-08)
2
25
3
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://jsr.io/schema/config-file.v1.json" ,
3
3
"name" : " @httgp/neon-sdk" ,
4
- "version" : " 2.0.0-beta.9 " ,
4
+ "version" : " 2.0.0-beta.10 " ,
5
5
"exports" : " ./generated/index.ts" ,
6
6
"publish" : {
7
7
"include" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " neon-sdk" ,
3
- "version" : " 2.0.0-beta.9 " ,
3
+ "version" : " 2.0.0-beta.10 " ,
4
4
"description" : " TypeScript SDK for managing your Neon Serverless PostgreSQL projects" ,
5
5
"keywords" : [
6
6
" neon" ,
You can’t perform that action at this time.
0 commit comments