Skip to content

Commit e897905

Browse files
chore(release): 14.1.0 [skip ci]
# [14.1.0](v14.0.0...v14.1.0) (2025-12-03) ### Features * support for IN, IN_NUMERIC, NOT_IN, and NOT_IN_NUMERIC ([#153](#153)) ([3eacc5b](3eacc5b))
1 parent 3eacc5b commit e897905

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [14.1.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v14.0.0...v14.1.0) (2025-12-03)
2+
3+
4+
### Features
5+
6+
* support for IN, IN_NUMERIC, NOT_IN, and NOT_IN_NUMERIC ([#153](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/153)) ([3eacc5b](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/3eacc5b9b511f45f3a69b8029cc7da2ed5e28f1d))
7+
18
# [14.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v13.1.0...v14.0.0) (2025-11-03)
29

310

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bugsplat/js-api-client",
33
"description": "JS client for consuming the BugSplat API",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
Β (0)