diff --git a/CHANGELOG.md b/CHANGELOG.md index 996f0ae..6b18086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +45.0.1 / 2021-09-20 +=================== + + * Auto-internal login pages: add `(id|auth).atlassian.com` (fix #1265) + * API.md: document need to use CSS `!important` keyword (fix #1264) + * Bump default Electron to 13.4.0 with security fixes + * Maintenance: deps bumps, fix build:watch script, re-introduce a lockfile + 45.0.0 / 2021-07-19 =================== diff --git a/package.json b/package.json index f11f196..8a15746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "45.0.0", + "version": "45.0.1", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",