Skip to content

Commit

Permalink
update changelog and publish 1.5.1 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-coleman authored Feb 5, 2018
1 parent 05ea292 commit ee0d8b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.5.1 Maintenance Release

- Update `$toMillis()` to allow more complete range of ISO 8601 compatible dates (issue #140)
- Fix `$append()` so that it doesn't mutate the first argument (issue #139)

#### 1.5.0 Milestone Release

- Restructured the entire test suite to be implementation language agnostic (PR #122)
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.5.0",
"version": "1.5.1",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata-es5.js",
Expand Down

0 comments on commit ee0d8b1

Please sign in to comment.