Skip to content

Commit c3b15df

Browse files
committed
Version bump.
Updated changelog.
1 parent fadf842 commit c3b15df

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v1.4.0](https://github.com/neogeek/get-unity/tree/v1.4.0) (2020-04-30)
4+
5+
[Full Changelog](https://github.com/neogeek/get-unity/compare/v1.3.1...v1.4.0)
6+
7+
**Merged pull requests:**
8+
9+
- \[hotfix\] Return promise from catch block. [\#26](https://github.com/neogeek/get-unity/pull/26) ([neogeek](https://github.com/neogeek))
10+
- \[hotfix\] Fixed issue where the cache dir was placed in the path the command was called from. [\#25](https://github.com/neogeek/get-unity/pull/25) ([neogeek](https://github.com/neogeek))
11+
312
## [v1.3.1](https://github.com/neogeek/get-unity/tree/v1.3.1) (2020-03-13)
413

514
[Full Changelog](https://github.com/neogeek/get-unity/compare/v1.3.0...v1.3.1)
@@ -44,10 +53,6 @@
4453

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

47-
**Fixed bugs:**
48-
49-
- \[hotfix\] Added missing dependency. [\#18](https://github.com/neogeek/get-unity/pull/18) ([neogeek](https://github.com/neogeek))
50-
5156
## [v1.1.0](https://github.com/neogeek/get-unity/tree/v1.1.0) (2019-11-06)
5257

5358
[Full Changelog](https://github.com/neogeek/get-unity/compare/v1.0.0...v1.1.0)
@@ -63,6 +68,10 @@
6368
- Get Unity version by passing ProjectSettings/ProjectVersion.txt to command [\#2](https://github.com/neogeek/get-unity/issues/2)
6469
- Add local caching of Unity versions [\#1](https://github.com/neogeek/get-unity/issues/1)
6570

71+
**Fixed bugs:**
72+
73+
- \[hotfix\] Added missing dependency. [\#18](https://github.com/neogeek/get-unity/pull/18) ([neogeek](https://github.com/neogeek))
74+
6675
**Merged pull requests:**
6776

6877
- Editor installers update \(and offline mode\) [\#14](https://github.com/neogeek/get-unity/pull/14) ([neogeek](https://github.com/neogeek))

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.3.1",
4+
"version": "1.4.0",
55
"main": "index.js",
66
"bin": {
77
"get-unity": "bin/index.js"

0 commit comments

Comments
 (0)