Skip to content

Commit fb06982

Browse files
committed
Version bump.
Added CHANGELOG.
1 parent 974c8fe commit fb06982

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## [v1.1.0](https://github.com/neogeek/get-unity/tree/v1.1.0) (2019-11-06)
4+
5+
[Full Changelog](https://github.com/neogeek/get-unity/compare/v1.0.0...v1.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Create logo / social preview image [\#10](https://github.com/neogeek/get-unity/issues/10)
10+
- Add travis-ci testing [\#9](https://github.com/neogeek/get-unity/issues/9)
11+
- Added meow package for CLI flags [\#7](https://github.com/neogeek/get-unity/issues/7)
12+
- Add update-notifier package [\#5](https://github.com/neogeek/get-unity/issues/5)
13+
- Port over script from @neogeek/unity-ci-tools repo for getting latest Unity editor version [\#4](https://github.com/neogeek/get-unity/issues/4)
14+
- Add unit tests [\#3](https://github.com/neogeek/get-unity/issues/3)
15+
- Get Unity version by passing ProjectSettings/ProjectVersion.txt to command [\#2](https://github.com/neogeek/get-unity/issues/2)
16+
- Add local caching of Unity versions [\#1](https://github.com/neogeek/get-unity/issues/1)
17+
18+
**Merged pull requests:**
19+
20+
- Editor installers update \(and offline mode\) [\#14](https://github.com/neogeek/get-unity/pull/14) ([neogeek](https://github.com/neogeek))
21+
- Add parsing file \(ProjectVersion.txt\) via CLI flag support. [\#12](https://github.com/neogeek/get-unity/pull/12) ([neogeek](https://github.com/neogeek))
22+
- Added aliases to help and version flags. [\#11](https://github.com/neogeek/get-unity/pull/11) ([neogeek](https://github.com/neogeek))
23+
- Added chalk and meow for managing cli input and flags. [\#8](https://github.com/neogeek/get-unity/pull/8) ([neogeek](https://github.com/neogeek))
24+
- Added update-notifier package. [\#6](https://github.com/neogeek/get-unity/pull/6) ([neogeek](https://github.com/neogeek))
25+
26+
## [v1.0.0](https://github.com/neogeek/get-unity/tree/v1.0.0) (2019-10-29)
27+
28+
[Full Changelog](https://github.com/neogeek/get-unity/compare/a3395b7fbc87e0fb30274acd52940f66095de36f...v1.0.0)
29+
30+
31+
32+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

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

0 commit comments

Comments
 (0)