Skip to content

Commit

Permalink
Automated release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 8, 2024
1 parent d0ea9a9 commit ccc5c42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Release Notes
### Changelog

<!-- You should *NOT* be adding new change log entries to this file.
You should create a file in the news directory instead.
For helpful instructions, please see:
https://6.docs.plone.org/contributing/index.html?highlight=towncrier#change-log-entry
-->
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

<!-- towncrier release notes start -->
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 1.0.0

- initial commit [`42e0835`](https://github.com/codesyntax/volto-countup-block/commit/42e08358d2938bff0315e8cf4dc67168f72b7437)
- implementation [`d71649e`](https://github.com/codesyntax/volto-countup-block/commit/d71649ebabfb57d0136b90cc6109d42015c93b69)
- add translations [`606b7c5`](https://github.com/codesyntax/volto-countup-block/commit/606b7c5eb437001912f34ee15f4a16a94cf75503)
- readme [`d0ea9a9`](https://github.com/codesyntax/volto-countup-block/commit/d0ea9a91f4ff0092863e0eb8b3322f96b0f326dc)
- Create LICENSE [`b4a27c5`](https://github.com/codesyntax/volto-countup-block/commit/b4a27c5ccdcebbae6c565b58f68c6e94f8e6407e)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codesyntax/volto-countup-block",
"version": "0.1.0",
"version": "1.0.0",
"description": "volto-countup-block: Volto add-on",
"main": "src/index.js",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"peerDependencies": {
"@plone/volto": "^17.0.0"
},
"dependencies":{
"dependencies": {
"react-countup": "*"
}
}

0 comments on commit ccc5c42

Please sign in to comment.