Skip to content

Commit

Permalink
release v1.8.2 (#431)
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-coleman <[email protected]>
  • Loading branch information
andrew-coleman authored Mar 25, 2020
1 parent b9c768b commit 66ecc0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.8.2 Maintenance Release

- Fix bug with regex usage in partially applied functions (issue #427)
- Fix regression when the $string() function is applied to a top-level array (PR #429)

#### 1.8.1 Maintenance Release

- Fix bug in timezone handling for ISO week date formats (issue #403)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonata",
"version": "1.8.1",
"version": "1.8.2",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
Expand Down Expand Up @@ -53,9 +53,9 @@
"mkdirp": "^1.0.3",
"mocha": "^7.0.1",
"mocha-lcov-reporter": "^1.3.0",
"regenerator": "^0.14.2",
"request": "^2.88.0",
"uglify-es": "^3.3.9"
"regenerator": "^0.14.4",
"request": "^2.88.2",
"uglify-es": "^3.3.10"
},
"engines": {
"node": ">= 8"
Expand Down

0 comments on commit 66ecc0b

Please sign in to comment.