diff --git a/.haxerc b/.haxerc index 04bc99b7..49f73276 100644 --- a/.haxerc +++ b/.haxerc @@ -1,4 +1,4 @@ { - "version": "966864c", + "version": "a985681", "resolveLibs": "scoped" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 17cc562b..84b7509d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## dev branch / next version (2.x.x) +## version 2.8.5 (2023-02-15) + +- Updated tokentree lib + ## version 2.8.4 (2023-01-05) - Fixed null pointer reference in BaseReporter, fixes [#517](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/517) ([#518](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/518)) diff --git a/README.md b/README.md index 41ee5b3a..0eaf6892 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ -[![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/HaxeCheckstyle/haxe-checkstyle) **Haxe Checkstyle** is a static analysis tool to help developers write Haxe code that adheres to a coding standard. diff --git a/haxelib.json b/haxelib.json index 3973a670..97df673e 100644 --- a/haxelib.json +++ b/haxelib.json @@ -18,8 +18,8 @@ "adireddy", "Gama11" ], - "releasenote": "fixed null pointer crashes in reporters - see CHANGELOG", - "version": "2.8.4", + "releasenote": "updated tokentree lib - see CHANGELOG", + "version": "2.8.5", "url": "https://github.com/HaxeCheckstyle/haxe-checkstyle", "dependencies": {} } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a06308d2..32ee812b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@haxecheckstyle/haxe-checkstyle", - "version": "2.8.4", + "version": "2.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@haxecheckstyle/haxe-checkstyle", - "version": "2.8.4", + "version": "2.8.5", "license": "MIT", "bin": { "haxe-checkstyle": "bin/checkstyle.js" diff --git a/package.json b/package.json index fc0acd9d..acad5c81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@haxecheckstyle/haxe-checkstyle", - "version": "2.8.4", + "version": "2.8.5", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git",