diff --git a/CHANGELOG.md b/CHANGELOG.md index e719d2c..0ca0f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [0.2.0] - 2021-08-25 ### Added - Modularize Java and Flash detection, offer bundles excluding either Java or Flash detection or both @@ -30,4 +30,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.6] - 2015-12-31 -## [0.1.5] - 2015-09-13 \ No newline at end of file +## [0.1.5] - 2015-09-13 diff --git a/package-lock.json b/package-lock.json index 1ad4060..438b3c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "clientjs", - "version": "0.1.11", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eccb362..0a56036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clientjs", - "version": "0.1.11", + "version": "0.2.0", "homepage": "https://clientjs.org", "repository": { "type": "git",