Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 0793479

Browse files
committed
1.0.2
1 parent b783045 commit 0793479

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.0.2](https://github.com/hypermodules/dti/releases/v1.0.2)
8+
9+
- sort `list` command results
10+
- fix permissions for `cli.js` (`chmod +x`)
11+
12+
## [1.0.1](https://github.com/hypermodules/dti/releases/v1.0.1)
13+
14+
- Documentation updates
15+
716
## [1.0.0](https://github.com/hypermodules/dti/releases/v1.0.0)
817

9-
Initial release
18+
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dti",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Command-line Electron Developer Tools Installer.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)