Skip to content

Commit d2151b1

Browse files
release: 0.191.1
1 parent 7f7fefc commit d2151b1

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.191.0"
2+
".": "0.191.1"
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.191.1 (2025-03-21)
4+
5+
Full Changelog: [v0.191.0...v0.191.1](https://github.com/Increase/increase-node/compare/v0.191.0...v0.191.1)
6+
7+
### Bug Fixes
8+
9+
* avoid type error in certain environments ([#930](https://github.com/Increase/increase-node/issues/930)) ([5ac5cf5](https://github.com/Increase/increase-node/commit/5ac5cf5da6e1191d84634121d83ba0a8b25d9f2f))
10+
11+
12+
### Chores
13+
14+
* **exports:** cleaner resource index imports ([#927](https://github.com/Increase/increase-node/issues/927)) ([59efc34](https://github.com/Increase/increase-node/commit/59efc349d90cdfa73f5bc9869996f64d5274ec8f))
15+
* **exports:** stop using path fallbacks ([#929](https://github.com/Increase/increase-node/issues/929)) ([d335d61](https://github.com/Increase/increase-node/commit/d335d6180f827c682439f05196930217761e5517))
16+
317
## 0.191.0 (2025-03-18)
418

519
Full Changelog: [v0.190.0...v0.191.0](https://github.com/Increase/increase-node/compare/v0.190.0...v0.191.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.191.0",
3+
"version": "0.191.1",
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.191.0'; // x-release-please-version
1+
export const VERSION = '0.191.1'; // x-release-please-version

0 commit comments

Comments
 (0)