Skip to content

Commit

Permalink
ci(release): 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.7.0](v0.6.0...v0.7.0) (2023-09-15)

### Features

* upgrade to v1018 of Web SDK ([#37](#37)) ([c1be07b](c1be07b))
  • Loading branch information
semantic-release-bot committed Sep 15, 2023
1 parent c1be07b commit 2152ceb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# [0.7.0](https://github.com/SoftwareAG/cumulocity-subtenant-management/compare/v0.6.0...v0.7.0) (2023-09-15)


### Features

* upgrade to v1018 of Web SDK ([#37](https://github.com/SoftwareAG/cumulocity-subtenant-management/issues/37)) ([c1be07b](https://github.com/SoftwareAG/cumulocity-subtenant-management/commit/c1be07b6682164f4d81609716024dec772993639))
4 changes: 2 additions & 2 deletions package-lock.json

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

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-subtenant-management",
"version": "1.0.0",
"version": "0.7.0",
"description": "Tool for managing subtenants from a c8y management or enterprise tenant",
"scripts": {
"start": "c8ycli server",
Expand Down Expand Up @@ -81,8 +81,14 @@
"hideWarnings": "duringDevelopment",
"contentSecurityPolicy": "base-uri 'none'; default-src 'self' 'unsafe-inline' http: https: ws: wss:; connect-src 'self' *.billwerk.com http: https: ws: wss:; script-src 'self' open.mapquestapi.com *.twitter.com *.twimg.com *.aptrinsic.com *.billwerk.com 'unsafe-inline' 'unsafe-eval' data:; style-src * 'unsafe-inline' blob:; img-src * data:; font-src * data:; frame-src *;",
"copy": [
{ "from": "README.md", "to": "README.md" },
{ "from": "LICENSE", "to": "LICENSE.txt" }
{
"from": "README.md",
"to": "README.md"
},
{
"from": "LICENSE",
"to": "LICENSE.txt"
}
]
},
"cli": {}
Expand Down

0 comments on commit 2152ceb

Please sign in to comment.