Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Sep 7, 2021
1 parent 2531dc8 commit e9580ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 1.0.0 (2021-09-07)


### ⚠ BREAKING CHANGES

* change config to utility, to get config

### Features

* add middleware ([1bab12c](https://github.com/collective/volto-middleware-static/commit/1bab12cd9a3fbaa1542ba2d385672a28b77de323))


### Maintenance

* fix editorConfig ([805705a](https://github.com/collective/volto-middleware-static/commit/805705a2950ecb1508723f505b7994cc925db95f))
* **i18n:** update locales ([fd2bb50](https://github.com/collective/volto-middleware-static/commit/fd2bb5044a6ed35c344bd2cb35daefc4fa5beffe))


### Changes

* change config to utility, to get config ([2531dc8](https://github.com/collective/volto-middleware-static/commit/2531dc8063b96cfccc6d8a41a878c61c87306d91))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volto-middleware-static",
"version": "0.1.0",
"version": "1.0.0",
"description": "Volto middleware to serve dynamic static resources",
"main": "src/index.js",
"repository": "https://github.com/collective/volto-middleware-static.git",
Expand Down

0 comments on commit e9580ea

Please sign in to comment.