Skip to content

Commit

Permalink
🔖 Release v1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WebCrateBot committed Nov 1, 2021
1 parent 72aaf66 commit a9551ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [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))

### Bug fixes

- [`9a0b624`](https://github.com/betahuhn/webcrate/commit/9a0b624) Don't open link in new tab on normal click
- [`9261f4d`](https://github.com/betahuhn/webcrate/commit/9261f4d) Prevent changelog from showing up after onboarding
- [`72aaf66`](https://github.com/betahuhn/webcrate/commit/72aaf66) Prevent overflow on copy output modal

## [v1.4.0] - 2021-10-21

[Release notes](https://github.com/betahuhn/webcrate/releases/tag/v1.4.0) · [Compare](https://github.com/betahuhn/webcrate/compare/v1.3.0...v1.4.0) · [Tag](https://github.com/betahuhn/webcrate/tree/v1.4.0) · Archive ([zip](https://github.com/betahuhn/webcrate/archive/v1.4.0.zip) · [tar.gz](https://github.com/betahuhn/webcrate/archive/v1.4.0.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.0",
"version": "1.4.1",
"private": true,
"scripts": {
"dev:server": "tsc-watch -p ./server/tsconfig.json --onSuccess \"node ./build/index.js\"",
Expand Down

0 comments on commit a9551ec

Please sign in to comment.