Skip to content

Commit

Permalink
chore(release): set version to 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.1](v1.0.0...v1.0.1) (2019-10-14)

#### Bug Fixes

* **ci:** back to npmjs.com ([d2a8cfb](d2a8cfb))
  > GitHub's npm feeds only allow publishing scoped packages, but UPM doesn't support those.
  • Loading branch information
ExtendReality-Bot committed Oct 14, 2019
1 parent d2a8cfb commit f584284
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.0.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.0.0...v1.0.1) (2019-10-14)

#### Bug Fixes

* **ci:** back to npmjs.com ([d2a8cfb](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/d2a8cfbaf2a8b14d3fbe16d4dea0bbe8394b45dc))
> GitHub's npm feeds only allow publishing scoped packages, but UPM doesn't support those.
## [1.0.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v0.0.0...v1.0.0) (2019-10-14)

#### :warning: BREAKING CHANGES :warning:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.zinnia.unity",
"displayName": "Zinnia.Unity",
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.",
"version": "1.0.0",
"version": "1.0.1",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down Expand Up @@ -39,4 +39,4 @@
"Dependencies",
"Tests"
]
}
}

0 comments on commit f584284

Please sign in to comment.