Skip to content

Commit

Permalink
Upp to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor committed Apr 27, 2020
1 parent a987165 commit 1169e72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [1.0.0] - 2020-04-28
### Added
- Migration guide
- Examples for demonstrating and testing purposes
Expand Down Expand Up @@ -36,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).

## 0.1.0 - 2019-04-04

[Unreleased]: https://github.com/andstor/voxelizer/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/andstor/voxelizer/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/andstor/three-voxel-loader/compare/v0.1.3...v1.0.0
[0.1.3]: https://github.com/andstor/three-voxel-loader/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/andstor/three-voxel-loader/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/andstor/three-voxel-loader/compare/v0.1.0...v0.1.1
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,6 +1,6 @@
{
"name": "voxelizer",
"version": "0.1.3",
"version": "1.0.0",
"description": "Voxelization for 3D models",
"main": "lib/voxelizer.js",
"module": "src/index.js",
Expand Down

0 comments on commit 1169e72

Please sign in to comment.