Skip to content

Commit 6c5ac50

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
update changelog and publish 1.4.1
1 parent a1a9565 commit 6c5ac50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 1.4.1 Maintenance Release
2+
3+
- Object transformation syntax should work with arrays of objects as well as objects (issue #94)
4+
15
#### 1.4.0 Milestone Release
26

37
- New object transformation syntax `~> |...|...|` (issue #70)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonata",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "JSON query and transformation language",
55
"main": "jsonata.js",
66
"homepage": "http://jsonata.org/",

0 commit comments

Comments
 (0)