Skip to content

Commit 4c39573

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent a0129fb commit 4c39573

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [v1.3.0](https://github.com/neogeek/get-unity/tree/v1.3.0) (2019-12-07)
4+
5+
[Full Changelog](https://github.com/neogeek/get-unity/compare/v1.2.0...v1.3.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add Lunix downloads [\#15](https://github.com/neogeek/get-unity/issues/15)
10+
11+
**Closed issues:**
12+
13+
- Test on Windows [\#13](https://github.com/neogeek/get-unity/issues/13)
14+
15+
**Merged pull requests:**
16+
17+
- \[feat\] Linux downloads [\#24](https://github.com/neogeek/get-unity/pull/24) ([neogeek](https://github.com/neogeek))
18+
319
## [v1.2.0](https://github.com/neogeek/get-unity/tree/v1.2.0) (2019-12-07)
420

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

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

0 commit comments

Comments
 (0)