diff --git a/CHANGELOG.md b/CHANGELOG.md index 2207138..f3a189a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [0.3.2](https://github.com/GELight/sml/compare/v0.3.1...0.3.2) +## [0.3.3](https://github.com/GELight/sml/compare/v0.3.2...0.3.3) + +## [v0.3.2](https://github.com/GELight/sml/compare/v0.3.1...v0.3.2) - 2021-10-22 ### Commits - Fixed undefined value error in toString functionallity. [`4a5e64c`](https://github.com/GELight/sml/commit/4a5e64ca1b727436e2bb8454dcd489e0a6ff1fde) +- Release build v0.3.2 [`05c4e85`](https://github.com/GELight/sml/commit/05c4e8538538f519618e2bc4e26e2182fb49fdcb) ## [v0.3.1](https://github.com/GELight/sml/compare/v0.3.0...v0.3.1) - 2021-10-22 diff --git a/package-lock.json b/package-lock.json index 8096e98..b17d031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gelight/sml", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb1d6d2..554e2f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gelight/sml", "private": false, - "version": "0.3.2", + "version": "0.3.3", "description": "Simple Markup Language", "main": "dist/index.js", "repository": { diff --git a/tests/wsv/WsvLine.spec.ts b/tests/wsv/WsvLine.spec.ts index f04df99..c49d24a 100644 --- a/tests/wsv/WsvLine.spec.ts +++ b/tests/wsv/WsvLine.spec.ts @@ -49,7 +49,6 @@ describe("WsvLine", () => { it.each` comment - ${null} ${undefined} ${[null]} ${[1]}