From 12f63c6eac9adcbcc728488eb43982b9fdd250e7 Mon Sep 17 00:00:00 2001 From: pacop <1923775+pacop@users.noreply.github.com> Date: Thu, 3 Sep 2020 12:22:01 +0200 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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",