Skip to content

Commit

Permalink
docs(dcellar-web-ui): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Nov 5, 2024
1 parent 0920995 commit 8957dbc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions apps/dcellar-web-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "dcellar-web-ui",
"entries": [
{
"version": "1.9.0",
"tag": "dcellar-web-ui_v1.9.0",
"date": "Tue, 05 Nov 2024 07:18:43 GMT",
"comments": {
"minor": [
{
"comment": "Add CSP"
}
]
}
},
{
"version": "1.8.2",
"tag": "dcellar-web-ui_v1.8.2",
Expand Down
9 changes: 8 additions & 1 deletion apps/dcellar-web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - dcellar-web-ui

This log was last generated on Thu, 10 Oct 2024 12:15:36 GMT and should not be manually modified.
This log was last generated on Tue, 05 Nov 2024 07:18:43 GMT and should not be manually modified.

## 1.9.0
Tue, 05 Nov 2024 07:18:43 GMT

### Minor changes

- Add CSP

## 1.8.2
Thu, 10 Oct 2024 12:15:36 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dcellar-web-ui",
"version": "1.8.2",
"version": "1.9.0",
"private": false,
"scripts": {
"dev": "node ./scripts/dev.js -p 3200",
Expand Down

0 comments on commit 8957dbc

Please sign in to comment.