Skip to content

Commit bb3e739

Browse files
committed
Update to version 3.0.2
1 parent 1ef954d commit bb3e739

File tree

4 files changed

+39
-16
lines changed

4 files changed

+39
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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+
- Nothing yet
9+
10+
## [3.0.2] 2018-09-20
811
### Fixed
912
- Moved `jsdoc` from `dependencies` to `devDependencies`
1013

@@ -76,7 +79,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7679
### Added
7780
- Initial release hype!
7881

79-
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.1...HEAD
82+
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.2...HEAD
83+
[3.0.2]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.1...v3.0.2
8084
[3.0.1]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.0...v3.0.1
8185
[3.0.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.2.0...v3.0.0
8286
[2.2.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.1.1...v2.2.0

llama-rlsr.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"oldVersion":"3.0.1"}
1+
{"oldVersion":"3.0.2"}

package-lock.json

Lines changed: 32 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "UnitTestSCAD: Unit Testing for OpenSCAD",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)