Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
Updated changelog.
  • Loading branch information
neogeek committed May 1, 2020
1 parent fadf842 commit c3b15df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.4.0](https://github.com/neogeek/get-unity/tree/v1.4.0) (2020-04-30)

[Full Changelog](https://github.com/neogeek/get-unity/compare/v1.3.1...v1.4.0)

**Merged pull requests:**

- \[hotfix\] Return promise from catch block. [\#26](https://github.com/neogeek/get-unity/pull/26) ([neogeek](https://github.com/neogeek))
- \[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))

## [v1.3.1](https://github.com/neogeek/get-unity/tree/v1.3.1) (2020-03-13)

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

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

**Fixed bugs:**

- \[hotfix\] Added missing dependency. [\#18](https://github.com/neogeek/get-unity/pull/18) ([neogeek](https://github.com/neogeek))

## [v1.1.0](https://github.com/neogeek/get-unity/tree/v1.1.0) (2019-11-06)

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

**Fixed bugs:**

- \[hotfix\] Added missing dependency. [\#18](https://github.com/neogeek/get-unity/pull/18) ([neogeek](https://github.com/neogeek))

**Merged pull requests:**

- Editor installers update \(and offline mode\) [\#14](https://github.com/neogeek/get-unity/pull/14) ([neogeek](https://github.com/neogeek))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "get-unity",
"description": "Command line tool for getting the download URL for the latest or specific version of Unity.",
"version": "1.3.1",
"version": "1.4.0",
"main": "index.js",
"bin": {
"get-unity": "bin/index.js"
Expand Down

0 comments on commit c3b15df

Please sign in to comment.