Skip to content

Commit

Permalink
chore(release): 1.27.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.27.0](v1.26.0...v1.27.0) (2023-09-16)

### Features

* ${{ !contains(github.event.head_commit.message, '[skip ci]') }} ([40d1ed1](40d1ed1))
* contains ([f0bf16e](f0bf16e))
* if ([dbd461f](dbd461f))
* if ([c1b220d](c1b220d))
* secrets.GITHUB_TOKEN ([ec74266](ec74266))
  • Loading branch information
semantic-release-bot committed Sep 16, 2023
1 parent 0bad741 commit 35d7aa1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

# [1.27.0](https://github.com/d2-projects/d2-admin/compare/v1.26.0...v1.27.0) (2023-09-16)


### Features

* ${{ !contains(github.event.head_commit.message, '[skip ci]') }} ([40d1ed1](https://github.com/d2-projects/d2-admin/commit/40d1ed196dd858b1546100c63970c993fa0e96c2))
* contains ([f0bf16e](https://github.com/d2-projects/d2-admin/commit/f0bf16e2f316feec5f40a5b27091a6b07cf0f290))
* if ([dbd461f](https://github.com/d2-projects/d2-admin/commit/dbd461f2bdc5581796852eae3b1e8c57d68f7943))
* if ([c1b220d](https://github.com/d2-projects/d2-admin/commit/c1b220d08cc5a76e3af36929ff2befe8c82d4047))
* secrets.GITHUB_TOKEN ([ec74266](https://github.com/d2-projects/d2-admin/commit/ec742660bffe350113d5c7a4f3fae738a602f931))

# [1.26.0](https://github.com/d2-projects/d2-admin/compare/v1.25.0...v1.26.0) (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d2-admin",
"version": "1.26.0",
"version": "1.27.0",
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",
Expand Down

0 comments on commit 35d7aa1

Please sign in to comment.