Skip to content

Commit 59c6c72

Browse files
release: 3.5.0
1 parent 05f2ce6 commit 59c6c72

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
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-
".": "3.4.0"
2+
".": "3.5.0"
33
}

CHANGELOG.md

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

3+
## 3.5.0 (2026-01-12)
4+
5+
Full Changelog: [v3.4.0...v3.5.0](https://github.com/val-town/sdk/compare/v3.4.0...v3.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([05f2ce6](https://github.com/val-town/sdk/commit/05f2ce6c8a5f510c842e533ee1b982dceca9aa03))
10+
11+
12+
### Chores
13+
14+
* break long lines in snippets into multiline ([20b8bf8](https://github.com/val-town/sdk/commit/20b8bf88e55f3b71d8d6a83351a5ffd9c5061530))
15+
316
## 3.4.0 (2026-01-05)
417

518
Full Changelog: [v3.3.0...v3.4.0](https://github.com/val-town/sdk/compare/v3.3.0...v3.4.0)

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": "3.4.0",
3+
"version": "3.5.0",
44
"description": "The official TypeScript library for the Val Town API",
55
"author": "Val Town <support@val.town>",
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 = '3.4.0'; // x-release-please-version
1+
export const VERSION = '3.5.0'; // x-release-please-version

0 commit comments

Comments
 (0)