diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e307a..7d9d652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +42.2.1 / 2021-01-30 +=================== + + * Move GitHub repository to [`nativefier/nativefier`](https://github.com/nativefier/nativefier) + * Temporarily increase timeout for network call in test + * Move TS @types from dependencies to devDependencies (PR #1102) + 42.2.0 / 2021-01-18 =================== diff --git a/package.json b/package.json index bbee841..4fb9706 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "42.2.0", + "version": "42.2.1", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",