diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a65c10..3758f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.5.0](https://github.com/dropecho/ds/compare/1.4.1...1.5.0) (2023-08-26) + + +### Bug Fixes + +* Add lix to deps. ([490f28b](https://github.com/dropecho/ds/commit/490f28b7d155a8ee85d22001e4c86fe820280fe3)) + + +### Features + +* Setup lix libs, move to utest+dropecho.testing, cleanup. ([554e373](https://github.com/dropecho/ds/commit/554e3737d4882f046d1a9a3e9f19bf96c71ee5fa)) + ## [1.4.1](https://github.com/dropecho/ds/compare/1.4.0...1.4.1) (2022-12-08) diff --git a/haxelib.json b/haxelib.json index b56fb2e..677c021 100644 --- a/haxelib.json +++ b/haxelib.json @@ -9,8 +9,8 @@ "contributors": [ "vantreeseba" ], - "version": "1.4.1", - "releasenote": "Release version 1.4.1. See CHANGELOG.md for details.", + "version": "1.5.0", + "releasenote": "Release version 1.5.0. See CHANGELOG.md for details.", "tags": [ "example" ], diff --git a/package.json b/package.json index 0cb2a1e..2746f40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/ds", - "version": "1.4.1", + "version": "1.5.0", "description": "A set of data structures for games.", "author": "vantreeseba ", "repository": "github:dropecho/ds",