Skip to content

Commit 3dc0c19

Browse files
committed
🔖 Release v1.2.0 [skip ci]
1 parent 4486035 commit 3dc0c19

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [v1.2.0] - 2021-09-07
2+
3+
[Release notes](https://github.com/betahuhn/webcrate/releases/tag/v1.2.0) · [Compare](https://github.com/betahuhn/webcrate/compare/v1.1.0...v1.2.0) · [Tag](https://github.com/betahuhn/webcrate/tree/v1.2.0) · Archive ([zip](https://github.com/betahuhn/webcrate/archive/v1.2.0.zip) · [tar.gz](https://github.com/betahuhn/webcrate/archive/v1.2.0.tar.gz))
4+
5+
### New features
6+
7+
- [`2645bd5`](https://github.com/betahuhn/webcrate/commit/2645bd5) Support bulk importing of existing links via API
8+
9+
### Interface changes
10+
11+
- [`4486035`](https://github.com/betahuhn/webcrate/commit/4486035) Check if update available and show indicator in help menu
12+
13+
### Bug fixes
14+
15+
- [`3c875df`](https://github.com/betahuhn/webcrate/commit/3c875df) Prevent edit request for link details in external crate
16+
- [`5de5423`](https://github.com/betahuhn/webcrate/commit/5de5423) Fix moving links between crates and add success notification
17+
118
## [v1.1.0] - 2021-08-30
219

320
[Release notes](https://github.com/betahuhn/webcrate/releases/tag/v1.1.0) · [Compare](https://github.com/betahuhn/webcrate/compare/v1.0.2...v1.1.0) · [Tag](https://github.com/betahuhn/webcrate/tree/v1.1.0) · Archive ([zip](https://github.com/betahuhn/webcrate/archive/v1.1.0.zip) · [tar.gz](https://github.com/betahuhn/webcrate/archive/v1.1.0.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.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"dev:server": "tsc-watch -p ./server/tsconfig.json --onSuccess \"node ./build/index.js\"",

0 commit comments

Comments
 (0)