Skip to content

Commit af3fb49

Browse files
release: 2.1.0
1 parent 6c96ecd commit af3fb49

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 2.1.0 (2025-10-30)
4+
5+
Full Changelog: [v2.0.0...v2.1.0](https://github.com/val-town/sdk/compare/v2.0.0...v2.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([6c96ecd](https://github.com/val-town/sdk/commit/6c96ecd2b29c10df8f048486bf9616b770be7910))
10+
* **api:** api update ([aeedc75](https://github.com/val-town/sdk/commit/aeedc7549d474b5e84afdc766d4c91dae8129383))
11+
* **api:** api update ([788e547](https://github.com/val-town/sdk/commit/788e5471960f200759a3087a98d113f2bcbba7d5))
12+
13+
14+
### Chores
15+
16+
* **internal:** use npm pack for build uploads ([29c671a](https://github.com/val-town/sdk/commit/29c671ad159b04e1ab752a3a1495b5d47cd13625))
17+
318
## 2.0.0 (2025-10-03)
419

520
Full Changelog: [v1.14.0...v2.0.0](https://github.com/val-town/sdk/compare/v1.14.0...v2.0.0)

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valtown/sdk",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": "./index.ts",
55
"publish": {
66
"exclude": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valtown/sdk",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "The official TypeScript library for the Val Town API",
55
"author": "Val Town <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.0.0'; // x-release-please-version
1+
export const VERSION = '2.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)