Skip to content

Commit

Permalink
Update to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HopefulLlama committed Jun 28, 2017
1 parent 5754382 commit 506f24c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
- Nothing yet

## [2.0.1] - 2017-06-28
### Added
- Can now invoke `unittestscad` through NodeJS `require`.

Expand Down Expand Up @@ -40,7 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release hype!

[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.0.1...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unittestscad",
"version": "2.0.0",
"version": "2.0.1",
"description": "UnitTestSCAD: Unit Testing for OpenSCAD",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 506f24c

Please sign in to comment.