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

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Oct 27, 2016
1 parent b783045 commit 0793479
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

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

## [1.0.2](https://github.com/hypermodules/dti/releases/v1.0.2)

- sort `list` command results
- fix permissions for `cli.js` (`chmod +x`)

## [1.0.1](https://github.com/hypermodules/dti/releases/v1.0.1)

- Documentation updates

## [1.0.0](https://github.com/hypermodules/dti/releases/v1.0.0)

Initial release
- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dti",
"version": "1.0.1",
"version": "1.0.2",
"description": "Command-line Electron Developer Tools Installer.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0793479

Please sign in to comment.