Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacop committed Sep 3, 2020
1 parent 7fa61b0 commit 12f63c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [0.2.0] - 03-09-2020

### Changed
- Renamed property returned in `getProcessInfo` from `window_text` to `windowText`

# [0.1.0] - 01-09-2020

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "win-control",
"version": "0.1.0",
"description": "Library to control windows",
"version": "0.2.0",
"description": "Windows manipulation made easy for node.js",
"author": "Francisco Padillo <[email protected]>",
"license": "MIT",
"main": "src/js/index.js",
Expand Down

0 comments on commit 12f63c6

Please sign in to comment.