Skip to content

Commit

Permalink
release v1.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-coleman <[email protected]>
  • Loading branch information
andrew-coleman authored and mattbaileyuk committed Feb 6, 2020
1 parent d5da19d commit ca9d76e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.8.1 Maintenance Release

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

#### 1.8.0 Milestone Release

- New syntax (`%` parent operator) to select the parent of the current context value (issue #299)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonata",
"version": "1.8.0",
"version": "1.8.1",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
Expand Down

0 comments on commit ca9d76e

Please sign in to comment.