Skip to content

Commit 8b1aafa

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2022-08-03) ### Bug Fixes * **updates/sdk:** correctly handle no Titanium CLI being installed when checking for SDK updates ([#739](#739)) ([71efbd4](71efbd4)) ### Features * **install/sdk:** check that the selected SDK is installed when validating environment ([#752](#752)) ([740f3ec](740f3ec))
1 parent 71efbd4 commit 8b1aafa

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.1.0](https://github.com/appcelerator/titanium-editor-commons/compare/v2.0.0...v2.1.0) (2022-08-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **updates/sdk:** correctly handle no Titanium CLI being installed when checking for SDK updates ([#739](https://github.com/appcelerator/titanium-editor-commons/issues/739)) ([71efbd4](https://github.com/appcelerator/titanium-editor-commons/commit/71efbd4568f815fe83e370c2aafd6a5063680eae))
7+
8+
9+
### Features
10+
11+
* **install/sdk:** check that the selected SDK is installed when validating environment ([#752](https://github.com/appcelerator/titanium-editor-commons/issues/752)) ([740f3ec](https://github.com/appcelerator/titanium-editor-commons/commit/740f3eccb0e88f41e1c325e376d61117f6b94c1f))
12+
113
# [2.0.0](https://github.com/appcelerator/titanium-editor-commons/compare/v1.4.0...v2.0.0) (2022-02-28)
214

315

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "titanium-editor-commons",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"author": "Axway, Inc. <[email protected]>",

0 commit comments

Comments
 (0)