Skip to content

Commit 154567f

Browse files
committed
chore: bump version to 10.4.1
1 parent 5da9da2 commit 154567f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGES for jsonpath-plus
22

3+
## 10.4.1
4+
5+
* fix(slice): explicit zero end no longer returns the whole array (#265) (@spokodev)
6+
* chore: pnpm update (@brettz9)
7+
* build(deps-dev): bump rollup from 4.53.2 to 4.59.0 (@dependabot[bot])
8+
* build(deps): bump minimatch from 9.0.5 to 9.0.9 (@dependabot[bot])
9+
* build(deps): bump serialize-javascript (via audit fix) (@dependabot[bot])
10+
* build(deps): bump ajv from 6.12.6 to 6.14.0 (#253) (@dependabot[bot])
11+
* build(deps): bump qs from 6.14.0 to 6.14.2 (#252) (@dependabot[bot])
12+
* build(deps): bump markdown-it from 14.1.0 to 14.1.1 (#251) (@dependabot[bot])
13+
* build(deps): bump minimatch from 3.1.2 to 3.1.4 (#255) (@dependabot[bot])
14+
15+
316
## 10.4.0
417

518
- chore: update devDeps.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Stefan Goessner",
33
"name": "jsonpath-plus",
4-
"version": "10.4.0",
4+
"version": "10.4.1",
55
"type": "module",
66
"bin": {
77
"jsonpath": "./bin/jsonpath-cli.js",

0 commit comments

Comments
 (0)