Skip to content

Commit 54ff1ca

Browse files
release: 1.10.1 (#105)
* chore(readme): update badges * release: 1.10.1 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 238ab0c commit 54ff1ca

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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-
".": "1.10.0"
2+
".": "1.10.1"
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+
## 1.10.1 (2025-06-18)
4+
5+
Full Changelog: [v1.10.0...v1.10.1](https://github.com/knocklabs/knock-node/compare/v1.10.0...v1.10.1)
6+
7+
### Chores
8+
9+
* **readme:** update badges ([a4c5e03](https://github.com/knocklabs/knock-node/commit/a4c5e03d3eb8f10c021c89487db0432cb68e7a0d))
10+
311
## 1.10.0 (2025-06-17)
412

513
Full Changelog: [v1.9.0...v1.10.0](https://github.com/knocklabs/knock-node/compare/v1.9.0...v1.10.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Knock TypeScript API Library
22

3-
[![NPM version](https://img.shields.io/npm/v/@knocklabs/node.svg)](https://npmjs.org/package/@knocklabs/node) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@knocklabs/node)
3+
[![NPM version](<https://img.shields.io/npm/v/@knocklabs/node.svg?label=npm%20(stable)>)](https://npmjs.org/package/@knocklabs/node) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@knocklabs/node)
44

55
This library provides convenient access to the Knock REST API from server-side TypeScript or JavaScript.
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/node",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "The official TypeScript library for the Knock API",
55
"author": "Knock <[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 = '1.10.0'; // x-release-please-version
1+
export const VERSION = '1.10.1'; // x-release-please-version

0 commit comments

Comments
 (0)