From f138e28cb52df2be1d6f1715c89f195188b77a0e Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Wed, 19 Jun 2024 15:25:10 +0200 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e65cb1..bb72054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -# Release Notes +### Changelog - +All notable changes to this project will be documented in this file. Dates are displayed in UTC. - +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 1.0.0 + +- chore. updated lockfile [`a028edb`](https://github.com/RedTurtle/volto-slate-italia/commit/a028edbb07e407f59a8362aca38b404019a02cd0) +- feat: first commit [`bf99fc1`](https://github.com/RedTurtle/volto-slate-italia/commit/bf99fc1ef527899e12c3651a278cb67a8b2a3ddf) +- fix: release [`bdbda11`](https://github.com/RedTurtle/volto-slate-italia/commit/bdbda119cebb5dfa413cc28f6f1de339d9e2062b) +- chore: updated README [`d5b7089`](https://github.com/RedTurtle/volto-slate-italia/commit/d5b7089ccef5da7f2816904c9ad78df75ebab09b) diff --git a/package.json b/package.json index 2abbdc2..7562af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-slate-italia", - "version": "0.1.0", + "version": "1.0.0", "description": "volto-slate-italia: Volto add-on", "main": "src/index.js", "license": "MIT",