diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c16324..f77e1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/dropecho/ds/compare/1.3.0...1.4.0) (2021-03-20) + + +### Features + +* Update all DS to use new interop, clean up tests, random fixes for real use in dungen and other libs. ([4466789](https://github.com/dropecho/ds/commit/44667894c6c5880f8a6cfecde22ab4f64f4e2a96)) + # [1.3.0](https://github.com/dropecho/ds/compare/1.2.0...1.3.0) (2021-02-04) diff --git a/haxelib.json b/haxelib.json index 9382326..b8304c1 100644 --- a/haxelib.json +++ b/haxelib.json @@ -7,8 +7,8 @@ "contributors": [ "vantreeseba" ], - "version": "1.3.0", - "releasenote": "Release version 1.3.0. See CHANGELOG.md for details.", + "version": "1.4.0", + "releasenote": "Release version 1.4.0. See CHANGELOG.md for details.", "tags": [ "example" ], diff --git a/package.json b/package.json index 3fe7a56..a237c00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/ds", - "version": "1.3.0", + "version": "1.4.0", "description": "A set of data structures for games.", "author": "vantreeseba ", "repository": "github:dropecho/ds",