diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd884d6..7399140f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.9](https://github.com/reptarsrage/looking-glass/compare/v0.4.7...v0.4.9) (2021-08-23) + +### Bug Fixes + +- improving request progress bar ([eb3905b](https://github.com/reptarsrage/looking-glass/commit/eb3905b980b8a44b257dd6fa30f5c660400d44e3)) + ### [0.4.8](https://github.com/reptarsrage/looking-glass/compare/v0.4.7...v0.4.8) (2021-08-22) ### Bug Fixes diff --git a/package.json b/package.json index 9f6c14e8..2d1c2a91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "looking-glass", "productName": "The Looking-Glass", - "version": "0.4.8", + "version": "0.4.9", "description": "Electron application to browse various website content from one app. Built for development practice only.", "main": "./main.prod.js", "repository": {