Skip to content

Commit c187463

Browse files
release: 0.157.0
1 parent 5830ec6 commit c187463

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-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.156.0"
2+
".": "0.157.0"
33
}

CHANGELOG.md

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

3+
## 0.157.0 (2024-12-20)
4+
5+
Full Changelog: [v0.156.0...v0.157.0](https://github.com/Increase/increase-node/compare/v0.156.0...v0.157.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#784](https://github.com/Increase/increase-node/issues/784)) ([dc0e777](https://github.com/Increase/increase-node/commit/dc0e777919addeb9cd549fce4632637bd2954e97))
10+
* **api:** api update ([#788](https://github.com/Increase/increase-node/issues/788)) ([1710e02](https://github.com/Increase/increase-node/commit/1710e028d83c4a0288b784a9b858830cee33ae6e))
11+
* **api:** api update ([#792](https://github.com/Increase/increase-node/issues/792)) ([e994899](https://github.com/Increase/increase-node/commit/e99489914157c2d2fbacf30bd5865c73ff76b2a1))
12+
* **api:** api update ([#793](https://github.com/Increase/increase-node/issues/793)) ([e6288fa](https://github.com/Increase/increase-node/commit/e6288fac6029147f6da6076286c3fdccc50d8b15))
13+
* **api:** api update ([#796](https://github.com/Increase/increase-node/issues/796)) ([f1d24d1](https://github.com/Increase/increase-node/commit/f1d24d131bba6acb6dc6afb042854b4454a2c380))
14+
* **api:** api update ([#798](https://github.com/Increase/increase-node/issues/798)) ([5830ec6](https://github.com/Increase/increase-node/commit/5830ec6df3c97e7a31f3c2aa438f04e14ccafb75))
15+
16+
17+
### Bug Fixes
18+
19+
* **client:** normalize method ([#795](https://github.com/Increase/increase-node/issues/795)) ([6212e0f](https://github.com/Increase/increase-node/commit/6212e0f5dcd444d70416b2beee7df48d53af7358))
20+
21+
22+
### Chores
23+
24+
* **internal:** bump cross-spawn to v7.0.6 ([#789](https://github.com/Increase/increase-node/issues/789)) ([3ca5233](https://github.com/Increase/increase-node/commit/3ca52333c14a8ffd44f4f763967069272642b014))
25+
* **internal:** fix some typos ([#794](https://github.com/Increase/increase-node/issues/794)) ([8cdcbab](https://github.com/Increase/increase-node/commit/8cdcbab81c7472c190ae1d865702e5a581a48e55))
26+
* **internal:** remove unnecessary getRequestClient function ([#787](https://github.com/Increase/increase-node/issues/787)) ([c43f83e](https://github.com/Increase/increase-node/commit/c43f83e769d404106356febf99ec5717f1bc23e3))
27+
* **internal:** update isAbsoluteURL ([#791](https://github.com/Increase/increase-node/issues/791)) ([d4f6c95](https://github.com/Increase/increase-node/commit/d4f6c955e8c2c66afe7b6e34f0873c9cd4bd2137))
28+
* **types:** nicer error class types + jsdocs ([#790](https://github.com/Increase/increase-node/issues/790)) ([dac03fc](https://github.com/Increase/increase-node/commit/dac03fcbe08300d1f320e61dd634d40ec9764a3e))
29+
30+
31+
### Documentation
32+
33+
* minor formatting changes ([#797](https://github.com/Increase/increase-node/issues/797)) ([bdfcf61](https://github.com/Increase/increase-node/commit/bdfcf615aa7aedad75015495d39742d1f0695b03))
34+
335
## 0.156.0 (2024-11-22)
436

537
Full Changelog: [v0.155.0...v0.156.0](https://github.com/Increase/increase-node/compare/v0.155.0...v0.156.0)

package.json

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

0 commit comments

Comments
 (0)