Skip to content

Commit

Permalink
Merge branch 'master' of github.com:logotip4ik/keycap
Browse files Browse the repository at this point in the history
  • Loading branch information
logotip4ik committed Aug 19, 2023
2 parents 5571e07 + e5c7c43 commit ed61c44
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
# Changelog


## v2.3.2

[compare changes](https://github.com/logotip4ik/keycap/compare/v2.3.1...v2.3.2)

### 🩹 Fixes

- Redirect to workspace root if 404 ([713a99a](https://github.com/logotip4ik/keycap/commit/713a99a))
- Also redirect to workspace root if 404 on folder ([7fe68da](https://github.com/logotip4ik/keycap/commit/7fe68da))
- Correct folder name in toast text ([1c826e4](https://github.com/logotip4ik/keycap/commit/1c826e4))
- Check if response from search is ok ([745933c](https://github.com/logotip4ik/keycap/commit/745933c))

### 💅 Refactors

- Better error status codes ([b7234f3](https://github.com/logotip4ik/keycap/commit/b7234f3))
- Better error messages if no offline copy was found ([309f809](https://github.com/logotip4ik/keycap/commit/309f809))
- Use `debounce` instead of `useDebounceFn` ([481ca77](https://github.com/logotip4ik/keycap/commit/481ca77))
- Debounce error watchers ([b9a3315](https://github.com/logotip4ik/keycap/commit/b9a3315))
- Check for nuxtError rather then debouncing watcher ([0e6213d](https://github.com/logotip4ik/keycap/commit/0e6213d))
- Use typescript reference ([e043dce](https://github.com/logotip4ik/keycap/commit/e043dce))

### 🏡 Chore

- **release:** V2.3.1 ([7102752](https://github.com/logotip4ik/keycap/commit/7102752))
- Add eslint cache to gitignore ([742ea65](https://github.com/logotip4ik/keycap/commit/742ea65))
- Auto-import `debounce` from `perfect-debounce` ([6298330](https://github.com/logotip4ik/keycap/commit/6298330))
- Apply fixes ([d01342f](https://github.com/logotip4ik/keycap/commit/d01342f))

### 🎨 Styles

- Move minify property lower in object ([6fd40ab](https://github.com/logotip4ik/keycap/commit/6fd40ab))

### ❤️ Contributors

- Logotip4ik ([@betterqualityassuranceuser](http://github.com/betterqualityassuranceuser))
- Bogdan Kostyuk <[email protected]>

## v2.3.1

[compare changes](https://github.com/logotip4ik/keycap/compare/v2.3.0...v2.3.1)
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": "keycap",
"private": true,
"version": "2.3.1",
"version": "2.3.2",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand Down

0 comments on commit ed61c44

Please sign in to comment.