From 461b917764b08936a58528f87761482f63f7e365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Sun, 21 Mar 2021 20:48:21 +0100 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f26832..1efc252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### 0.2.0 +#### [v1.0.0](https://github.com/collective/volto-bookmarks/compare/v0.2.0...v1.0.0) + +#### v0.2.0 + +> 21 March 2021 + +- Initial commit of add-on [`1ef76f7`](https://github.com/collective/volto-bookmarks/commit/1ef76f78ceb7836b656fca1c56fef536975969b2) +- buttons optionally in toolbar or somewhere else for poor toolbarless people (weekend in between post) [`93e7d85`](https://github.com/collective/volto-bookmarks/commit/93e7d8525de0c8a5d485129ec3cc6ae4141f4f8e) +- Internationalization [`a66b07f`](https://github.com/collective/volto-bookmarks/commit/a66b07f04c73593261912d913714318bcc2b7432) diff --git a/package.json b/package.json index aaeea8e..100a008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@collective/volto-bookmarks", - "version": "0.2.0", + "version": "1.0.0", "description": "bookmarks / favorites", "main": "src/index.js", "author": "Katja Süss, https://github.com/ksuess",