Skip to content

Commit

Permalink
🔖 Release v1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WebCrateBot committed Dec 1, 2021
1 parent 73f92cd commit 34beb5a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [v1.4.2] - 2021-12-01

[Release notes](https://github.com/betahuhn/webcrate/releases/tag/v1.4.2) · [Compare](https://github.com/betahuhn/webcrate/compare/v1.4.1...v1.4.2) · [Tag](https://github.com/betahuhn/webcrate/tree/v1.4.2) · Archive ([zip](https://github.com/betahuhn/webcrate/archive/v1.4.2.zip) · [tar.gz](https://github.com/betahuhn/webcrate/archive/v1.4.2.tar.gz))

### Updates

- [`bbfcae5`](https://github.com/betahuhn/webcrate/commit/bbfcae5) Store image mode on a per crate basis
- [`d86882d`](https://github.com/betahuhn/webcrate/commit/d86882d) Simplify dropdown actions

### Interface changes

- [`a772b0c`](https://github.com/betahuhn/webcrate/commit/a772b0c) Improved image display with loader and better resizing
- [`6f99958`](https://github.com/betahuhn/webcrate/commit/6f99958) Use same style for button

### Bug fixes

- [`7f53d71`](https://github.com/betahuhn/webcrate/commit/7f53d71) Handle auth errors with axios interceptor
- [`a8578f3`](https://github.com/betahuhn/webcrate/commit/a8578f3) Prevent image from being stretched on mobile

## [v1.4.1] - 2021-11-01

[Release notes](https://github.com/betahuhn/webcrate/releases/tag/v1.4.1) · [Compare](https://github.com/betahuhn/webcrate/compare/v1.4.0...v1.4.1) · [Tag](https://github.com/betahuhn/webcrate/tree/v1.4.1) · Archive ([zip](https://github.com/betahuhn/webcrate/archive/v1.4.1.zip) · [tar.gz](https://github.com/betahuhn/webcrate/archive/v1.4.1.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcrate",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dev:server": "tsc-watch -p ./server/tsconfig.json --onSuccess \"node ./build/index.js\"",
Expand Down

0 comments on commit 34beb5a

Please sign in to comment.