Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Feb 7, 2024
1 parent aa2427e commit 6891cf5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.1.0](https://github.com/RedTurtle/volto-newsletter/compare/v1.0.0...v1.1.0) (2024-02-07)


### Features

* added view for Message ([ef7fdc3](https://github.com/RedTurtle/volto-newsletter/commit/ef7fdc317c89207ed621abd93a4fc2c3eb7ebf44))


### Bug Fixes

* release ([aa2427e](https://github.com/RedTurtle/volto-newsletter/commit/aa2427e86648c7a4cd800ffd66563df79131fa56))
* release config ([6fbd84d](https://github.com/RedTurtle/volto-newsletter/commit/6fbd84d690528c2a96eb44f689e8773962feec40))
* release config ([98e67d0](https://github.com/RedTurtle/volto-newsletter/commit/98e67d070078e42d304aa20070658bd849c91616))

## [1.0.0](https://github.com/RedTurtle/volto-newsletter/compare/v0.3.1...v1.0.0) (2023-11-06)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redturtle/volto-newsletter",
"version": "1.0.0",
"version": "1.1.0",
"description": "volto-newsletter: Volto add-on",
"main": "src/index.js",
"license": "MIT",
Expand All @@ -11,11 +11,11 @@
"react",
"newsletter"
],
"publishConfig": {
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
"release": "release-it"
},
Expand Down

0 comments on commit 6891cf5

Please sign in to comment.