Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Dec 19, 2023
1 parent 7a86247 commit 50bff71
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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).

#### [v0.9.1](https://github.com/dreammall-earth/dreammall.earth/compare/0.9.0...v0.9.1)

> 19 December 2023
- permissions for contents not all [`a4906b1`](https://github.com/dreammall-earth/dreammall.earth/commit/a4906b105dff432b1583ff655fb3b0f54eba6066)

#### 0.9.0

> 19 December 2023
- feat(backend): more fields on newsletter subscription [`#96`](https://github.com/dreammall-earth/dreammall.earth/pull/96)
- feat(presenter): import vuetify components on demand [`#94`](https://github.com/dreammall-earth/dreammall.earth/pull/94)
- feat(presenter): compression [`#93`](https://github.com/dreammall-earth/dreammall.earth/pull/93)
Expand Down
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate-backend",
"version": "0.9.0",
"version": "0.9.1",
"description": "The IT4C Boilerplate for backends",
"main": "build/index.ts",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions presenter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion presenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate-frontend",
"version": "0.9.0",
"version": "0.9.1",
"description": "The IT4C Boilerplate for frontends",
"main": "build/index.cjs",
"type": "module",
Expand Down

0 comments on commit 50bff71

Please sign in to comment.