Skip to content

Commit

Permalink
Release build v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GELight committed Oct 22, 2021
1 parent 05c4e85 commit d331c50
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 0 additions & 1 deletion tests/wsv/WsvLine.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ describe("WsvLine", () => {

it.each`
comment
${null}
${undefined}
${[null]}
${[1]}
Expand Down

0 comments on commit d331c50

Please sign in to comment.