Skip to content

Commit

Permalink
v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyas committed Oct 25, 2018
1 parent caa6bc4 commit 3bbe3a0
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 77 deletions.
7 changes: 6 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,15 @@ None

== Version History

* 1.2 - 20181025
- [MAJOR] Adding folder name auto completion
- Added `delete` command with support for deleting child nodes.

* 1.1 - 20181024
- Converted the code to Typescript
- Added support for node name as an alias for nodeId when referred from a valid context.
- Added `create user`, `create site` commands.
- Added `create user`, `create site`, `cd-site` commands.
- Added support for `.` and `..` aliases.

* 1.0 - 20181023
- Initial release
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,19 @@ None

## Version History

- 1.2 - 20181025

- \[MAJOR\] Adding folder name auto completion

- Added `delete` command with support for deleting child nodes.

- 1.1 - 20181024

- Converted the code to Typescript

- Added support for node name as an alias for nodeId when referred from a valid context.

- Added `create user`, `create site` commands.
- Added `create user`, `create site`, `cd-site` commands.

- Added support for `.` and `..` aliases.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfresco-cli",
"version": "1.1.4",
"version": "1.2.0",
"description": "Alfresco CLI - Command line interface for Alfresco",
"main": "src/index.js",
"bin": "dist/bundle.js",
Expand Down
Loading

0 comments on commit 3bbe3a0

Please sign in to comment.