diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3d7c3..1589939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 5c58847..b93b9cc 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "main": "src/js/index.js",