Skip to content

Commit 3d19b4f

Browse files
release: 0.90.1
1 parent 893a5c8 commit 3d19b4f

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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.90.0"
2+
".": "0.90.1"
33
}

CHANGELOG.md

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

3+
## 0.90.1 (2025-01-08)
4+
5+
Full Changelog: [v0.90.0...v0.90.1](https://github.com/lithic-com/lithic-node/compare/v0.90.0...v0.90.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** normalize method ([#589](https://github.com/lithic-com/lithic-node/issues/589)) ([4db0108](https://github.com/lithic-com/lithic-node/commit/4db0108ea4b53646997f17751734367b140f9a95))
10+
11+
12+
### Chores
13+
14+
* bump license year ([#592](https://github.com/lithic-com/lithic-node/issues/592)) ([5d71f77](https://github.com/lithic-com/lithic-node/commit/5d71f774418efb513bc9c6f4186490be098d210d))
15+
* **internal:** change formatting ([#596](https://github.com/lithic-com/lithic-node/issues/596)) ([893a5c8](https://github.com/lithic-com/lithic-node/commit/893a5c8336bed9f84493f3d8e88f789691fce75c))
16+
* **internal:** update examples ([#594](https://github.com/lithic-com/lithic-node/issues/594)) ([c9c7542](https://github.com/lithic-com/lithic-node/commit/c9c75425124d4dd28091db3c8a5a11590bf04529))
17+
* **types:** use `declare namespace` ([#593](https://github.com/lithic-com/lithic-node/issues/593)) ([148afbe](https://github.com/lithic-com/lithic-node/commit/148afbed5601a99c583fbf5756e5fe528ae128ae))
18+
19+
20+
### Documentation
21+
22+
* minor formatting changes ([#591](https://github.com/lithic-com/lithic-node/issues/591)) ([53b3895](https://github.com/lithic-com/lithic-node/commit/53b3895d2e4bfdd11cf93ffddbca521fa4384741))
23+
* **readme:** fix misplaced period ([#595](https://github.com/lithic-com/lithic-node/issues/595)) ([bc96dd1](https://github.com/lithic-com/lithic-node/commit/bc96dd1f2472488ac410d196437cc1be9c95f271))
24+
325
## 0.90.0 (2024-12-18)
426

527
Full Changelog: [v0.89.0...v0.90.0](https://github.com/lithic-com/lithic-node/compare/v0.89.0...v0.90.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.90.0",
3+
"version": "0.90.1",
44
"description": "The official TypeScript library for the Lithic API",
55
"author": "Lithic <[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 = '0.90.0'; // x-release-please-version
1+
export const VERSION = '0.90.1'; // x-release-please-version

0 commit comments

Comments
 (0)