From 75bcaabf754bdb75893c3fd3760af03f692d1a21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Dec 2022 03:18:43 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/dropecho/ds/compare/1.4.0...1.4.1) (2022-12-08) ### Bug Fixes * Update to new build system, misc cleanup. ([0898924](https://github.com/dropecho/ds/commit/08989243a677c080e240d271e543f42228cb954a)) --- CHANGELOG.md | 7 +++++++ haxelib.json | 8 ++++---- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77e1b8..0a65c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/dropecho/ds/compare/1.4.0...1.4.1) (2022-12-08) + + +### Bug Fixes + +* Update to new build system, misc cleanup. ([0898924](https://github.com/dropecho/ds/commit/08989243a677c080e240d271e543f42228cb954a)) + # [1.4.0](https://github.com/dropecho/ds/compare/1.3.0...1.4.0) (2021-03-20) diff --git a/haxelib.json b/haxelib.json index a87f7de..b56fb2e 100644 --- a/haxelib.json +++ b/haxelib.json @@ -3,16 +3,16 @@ "description": "A set of data structures for games.", "classPath": "src/", "dependencies": { - "dropecho.interop":"" + "dropecho.interop": "" }, "url": "https://github.com/dropecho/ds", "contributors": [ "vantreeseba" ], - "version": "1.4.0", - "releasenote": "Release version 1.4.0. See CHANGELOG.md for details.", + "version": "1.4.1", + "releasenote": "Release version 1.4.1. See CHANGELOG.md for details.", "tags": [ "example" ], "license": "MIT" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 42d330f..da96759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/ds", - "version": "1.4.0", + "version": "1.4.1", "description": "A set of data structures for games.", "author": "vantreeseba ", "repository": "github:dropecho/ds",