Skip to content

Commit b7ba9a5

Browse files
release: 0.119.0
1 parent 9b53ffd commit b7ba9a5

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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-
".": "0.118.0"
2+
".": "0.119.0"
33
}

CHANGELOG.md

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

3+
## 0.119.0 (2025-10-08)
4+
5+
Full Changelog: [v0.118.0...v0.119.0](https://github.com/lithic-com/lithic-node/compare/v0.118.0...v0.119.0)
6+
7+
### Features
8+
9+
* **api:** adds support for Auto-Collections ([54b4ed7](https://github.com/lithic-com/lithic-node/commit/54b4ed76bcbd4d4dfebf231ec3dfad676cdfa1f8))
10+
11+
12+
### Chores
13+
14+
* **internal:** remove .eslintcache ([f527ccb](https://github.com/lithic-com/lithic-node/commit/f527ccbd82f42ad097d14a2f869533d810869751))
15+
* **internal:** use npm pack for build uploads ([26fb1ba](https://github.com/lithic-com/lithic-node/commit/26fb1ba36b520046dc131b9c1a22fa4351474747))
16+
317
## 0.118.0 (2025-09-30)
418

519
Full Changelog: [v0.117.0...v0.118.0](https://github.com/lithic-com/lithic-node/compare/v0.117.0...v0.118.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lithic",
3-
"version": "0.118.0",
3+
"version": "0.119.0",
44
"description": "The official TypeScript library for the Lithic API",
55
"author": "Lithic <sdk-feedback@lithic.com>",
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 = '0.118.0'; // x-release-please-version
1+
export const VERSION = '0.119.0'; // x-release-please-version

0 commit comments

Comments
 (0)