diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c09a95..744eddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/dropecho/ds/compare/1.5.4...1.6.0) (2023-09-11) + + +### Features + +* Lots of cleanup, more docs, switch to list for stack/queue. ([38d63f7](https://github.com/dropecho/ds/commit/38d63f71adacd3a0b96f7db55fa6e7235d9acfcd)) + ## [1.5.4](https://github.com/dropecho/ds/compare/1.5.3...1.5.4) (2023-09-08) diff --git a/haxelib.json b/haxelib.json index 93f812b..264103e 100644 --- a/haxelib.json +++ b/haxelib.json @@ -9,8 +9,8 @@ "contributors": [ "vantreeseba" ], - "version": "1.5.4", - "releasenote": "Release version 1.5.4. See CHANGELOG.md for details.", + "version": "1.6.0", + "releasenote": "Release version 1.6.0. See CHANGELOG.md for details.", "tags": [ "example" ], diff --git a/package.json b/package.json index d244f0a..8dbfbbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/ds", - "version": "1.5.4", + "version": "1.6.0", "description": "A set of data structures for games.", "author": "vantreeseba ", "repository": "github:dropecho/ds",