diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c278544..11a310006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.16.3](https://github.com/appcelerator/alloy/compare/1.16.2...1.16.3) (2021-06-29) + + +### Bug Fixes + +* **generate:** mark name as optional as it is not required for jmk ([bc0e06f](https://github.com/appcelerator/alloy/commit/bc0e06f9169cc7a5e34c0f1e757f29af3a6ffc7b)) +* **new:** mark dir as optional as it is not required ([d151848](https://github.com/appcelerator/alloy/commit/d151848ad1ba7a8494b5005d016725645173ba4d)) + ## [1.16.2](https://github.com/appcelerator/alloy/compare/1.16.1...1.16.2) (2021-06-15) diff --git a/package-lock.json b/package-lock.json index 5cc2a571d..5c04f0a08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alloy", - "version": "1.16.2", + "version": "1.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 47abfcc3f..e0ba9de90 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "html5", "appc-client" ], - "version": "1.16.2", + "version": "1.16.3", "author": "Appcelerator, Inc. ", "maintainers": [ {