Skip to content

Commit 66ecc0b

Browse files
release v1.8.2 (#431)
Signed-off-by: andrew-coleman <[email protected]>
1 parent b9c768b commit 66ecc0b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 1.8.2 Maintenance Release
2+
3+
- Fix bug with regex usage in partially applied functions (issue #427)
4+
- Fix regression when the $string() function is applied to a top-level array (PR #429)
5+
16
#### 1.8.1 Maintenance Release
27

38
- Fix bug in timezone handling for ISO week date formats (issue #403)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonata",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "JSON query and transformation language",
55
"module": "jsonata.js",
66
"main": "jsonata.js",
@@ -53,9 +53,9 @@
5353
"mkdirp": "^1.0.3",
5454
"mocha": "^7.0.1",
5555
"mocha-lcov-reporter": "^1.3.0",
56-
"regenerator": "^0.14.2",
57-
"request": "^2.88.0",
58-
"uglify-es": "^3.3.9"
56+
"regenerator": "^0.14.4",
57+
"request": "^2.88.2",
58+
"uglify-es": "^3.3.10"
5959
},
6060
"engines": {
6161
"node": ">= 8"

0 commit comments

Comments
 (0)