diff --git a/CHANGELOG.md b/CHANGELOG.md index e432429..4e4993d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,5 +5,7 @@ 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). ## [Unreleased] + +## [v1.0.0] ### Added -- Initial release of the module \ No newline at end of file +- Initial stable release of the module diff --git a/package.json b/package.json index a4eb287..0311629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forcefocus", - "version": "0.0.3", + "version": "1.0.0", "description": "Node module that allows you to steal focus from other windows in Windows.", "main": "lib/forcefocus.js", "homepage": "https://github.com/robinwassen/forcefocus",