Skip to content

Commit 4c7d64b

Browse files
committed
Update to version 3.0.3
1 parent fa07580 commit 4c7d64b

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
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.3] 2018-09-27
811
### Fixed
912
- Fixed `main` entry in `package.json` to point to UnitTestSCAD's correct entry point.
1013

@@ -80,7 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8083
### Added
8184
- Initial release hype!
8285

83-
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.2...HEAD
86+
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.3...HEAD
87+
[3.0.3]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.2...v3.0.3
8488
[3.0.2]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.1...v3.0.2
8589
[3.0.1]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.0...v3.0.1
8690
[3.0.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.2.0...v3.0.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.2"}
1+
{"oldVersion":"3.0.3"}

package-lock.json

Lines changed: 11 additions & 11 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.2",
3+
"version": "3.0.3",
44
"description": "UnitTestSCAD: Unit Testing for OpenSCAD",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)