Skip to content

Commit

Permalink
Chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2023-01-20)

### Fix

* Added release automation ([1f0bf71](1f0bf71))
  • Loading branch information
semantic-release-bot committed Jan 20, 2023
1 parent 1f0bf71 commit b4c5a10
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
50 changes: 47 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-homeButton",
"version": "1.0.3",
"version": "1.0.4",
"framework": ">=5.19.1",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,51 @@
"displayName": "Home Button",
"description": "Add home button to course navigation. Allows hide or redirect of home button. Allows hide of back button.",
"main": "/js/adapt-homeButton.js",
"keywords": ["adapt-plugin", "adapt-extension"],
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"targetAttribute": "_homeButton",
"license": "GPL-3.0",
"targetAttribute": "_homeButton"
"private": true,
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^19.0.3"
},
"scripts": {
"postversion": "cp package.json bower.json"
},
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "eslint"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"bower.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-homeButton",
"version": "1.0.3",
"version": "1.0.4",
"framework": ">=5.19.1",
"repository": {
"type": "git",
Expand Down

0 comments on commit b4c5a10

Please sign in to comment.