Skip to content

Commit e29dec5

Browse files
committed
Update to version 2.1.0
1 parent ef3c522 commit e29dec5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [2.1.0] - 2017-07-16
810
### Added
911
- `typeToBe` assertion added to `openScadFunction` tests.
1012

@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4446
### Added
4547
- Initial release hype!
4648

47-
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.0.1...HEAD
49+
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.1.0...HEAD
50+
[2.0.1]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.0.1...v2.1.0
4851
[2.0.1]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.0.0...v2.0.1
4952
[2.0.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.2.0...v2.0.0
5053
[1.2.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.1.0...v1.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unittestscad",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "UnitTestSCAD: Unit Testing for OpenSCAD",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)