Skip to content

Commit 34beb5a

Browse files
committed
🔖 Release v1.4.2 [skip ci]
1 parent 73f92cd commit 34beb5a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [v1.4.2] - 2021-12-01
2+
3+
[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))
4+
5+
### Updates
6+
7+
- [`bbfcae5`](https://github.com/betahuhn/webcrate/commit/bbfcae5) Store image mode on a per crate basis
8+
- [`d86882d`](https://github.com/betahuhn/webcrate/commit/d86882d) Simplify dropdown actions
9+
10+
### Interface changes
11+
12+
- [`a772b0c`](https://github.com/betahuhn/webcrate/commit/a772b0c) Improved image display with loader and better resizing
13+
- [`6f99958`](https://github.com/betahuhn/webcrate/commit/6f99958) Use same style for button
14+
15+
### Bug fixes
16+
17+
- [`7f53d71`](https://github.com/betahuhn/webcrate/commit/7f53d71) Handle auth errors with axios interceptor
18+
- [`a8578f3`](https://github.com/betahuhn/webcrate/commit/a8578f3) Prevent image from being stretched on mobile
19+
120
## [v1.4.1] - 2021-11-01
221

322
[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))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcrate",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"private": true,
55
"scripts": {
66
"dev:server": "tsc-watch -p ./server/tsconfig.json --onSuccess \"node ./build/index.js\"",

0 commit comments

Comments
 (0)