Skip to content

Commit 0babe10

Browse files
release: 3.7.4
1 parent 25eadaa commit 0babe10

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.7.3"
2+
".": "3.7.4"
33
}

CHANGELOG.md

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

3+
## 3.7.4 (2026-02-20)
4+
5+
Full Changelog: [v3.7.3...v3.7.4](https://github.com/val-town/sdk/compare/v3.7.3...v3.7.4)
6+
7+
### Chores
8+
9+
* update mock server docs ([25eadaa](https://github.com/val-town/sdk/commit/25eadaa1431a08655778002da75ac5cc63aec598))
10+
311
## 3.7.3 (2026-02-18)
412

513
Full Changelog: [v3.7.2...v3.7.3](https://github.com/val-town/sdk/compare/v3.7.2...v3.7.3)

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.7.3",
3+
"version": "3.7.4",
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.7.3'; // x-release-please-version
1+
export const VERSION = '3.7.4'; // x-release-please-version

0 commit comments

Comments
 (0)