Skip to content

Commit 926d0fb

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent e2d7774 commit 926d0fb

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

3-
## [v1.1.1](https://github.com/neogeek/get-unity/tree/v1.1.1) (2019-11-06)
3+
## [v1.2.0](https://github.com/neogeek/get-unity/tree/v1.2.0) (2019-12-07)
4+
5+
[Full Changelog](https://github.com/neogeek/get-unity/compare/v1.1.1...v1.2.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add --force flag for disregarding the TTL on the editor-installer.json cache [\#17](https://github.com/neogeek/get-unity/issues/17)
10+
- Setup Travis auto update of editor-installers.json [\#16](https://github.com/neogeek/get-unity/issues/16)
11+
- \[feat\] Force flag [\#19](https://github.com/neogeek/get-unity/pull/19) ([neogeek](https://github.com/neogeek))
12+
13+
**Merged pull requests:**
14+
15+
- \[feat\] Travis auto update editor installers [\#22](https://github.com/neogeek/get-unity/pull/22) ([neogeek](https://github.com/neogeek))
16+
- \[feat\] Switched to using raspar utilities for dealing with cache. [\#21](https://github.com/neogeek/get-unity/pull/21) ([neogeek](https://github.com/neogeek))
17+
- \[hotfix\] Updated packages. [\#20](https://github.com/neogeek/get-unity/pull/20) ([neogeek](https://github.com/neogeek))
18+
19+
## [v1.1.1](https://github.com/neogeek/get-unity/tree/v1.1.1) (2019-11-07)
420

521
[Full Changelog](https://github.com/neogeek/get-unity/compare/v1.1.0...v1.1.1)
622

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "get-unity",
33
"description": "Command line tool for getting the download URL for the latest or specific version of Unity.",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"main": "index.js",
66
"bin": {
77
"get-unity": "bin/index.js"

0 commit comments

Comments
 (0)