Skip to content

Commit

Permalink
chore(release): 0.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Reptarsrage committed Nov 11, 2021
1 parent 379850d commit a6bacde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.22](https://github.com/reptarsrage/looking-glass/compare/v0.4.21...v0.4.22) (2021-11-11)

### Features

- adding filters to file system service ([89a648b](https://github.com/reptarsrage/looking-glass/commit/89a648bbc8010d1a4c861427183b6cc4f31913b3))
- adding sorting to file system module ([2e393ed](https://github.com/reptarsrage/looking-glass/commit/2e393eda19951ec719f34b938be3c24a6173f572))

### Bug Fixes

- **deps:** update dependency react-router-dom to v6 ([5dd8ec6](https://github.com/reptarsrage/looking-glass/commit/5dd8ec64f76c2c980f1c7752b68931e5461f0c37))
- fixing no items & error displays in galleries ([379850d](https://github.com/reptarsrage/looking-glass/commit/379850d775c57db95bc16a91439e96190ec916bc))

### [0.4.21](https://github.com/reptarsrage/looking-glass/compare/v0.4.18...v0.4.21) (2021-10-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "looking-glass",
"productName": "The Looking-Glass",
"version": "0.4.21",
"version": "0.4.22",
"description": "Electron application to browse various website content from one app. Built for development practice only.",
"main": "./main.prod.js",
"repository": {
Expand Down

0 comments on commit a6bacde

Please sign in to comment.