Skip to content

Commit

Permalink
Chore(release): 6.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.1](v6.3.0...v6.3.1) (2022-07-08)
  • Loading branch information
semantic-release-bot committed Jul 8, 2022
1 parent d0778f7 commit efc3574
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
36 changes: 34 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-vanilla",
"version": "6.2.0",
"version": "6.3.1",
"framework": ">=5.18.7",
"homepage": "https://github.com/adaptlearning/adapt-contrib-vanilla",
"bugs": "https://github.com/adaptlearning/adapt-contrib-vanilla/issues",
Expand All @@ -12,6 +12,38 @@
"adapt-plugin",
"adapt-theme"
],
"private": true,
"license": "GPL-3.0",
"targetAttribute": "_vanilla"
"targetAttribute": "_vanilla",
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^19.0.3"
},
"release": {
"plugins": [
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint"
}
],
[
"@semantic-release/git",
{
"assets": [
"bower.json",
"package.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
},
"scripts": {
"postversion": "cp package.json bower.json"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-vanilla",
"version": "6.2.3",
"version": "6.3.1",
"framework": ">=5.18.7",
"homepage": "https://github.com/adaptlearning/adapt-contrib-vanilla",
"bugs": "https://github.com/adaptlearning/adapt-contrib-vanilla/issues",
Expand Down

0 comments on commit efc3574

Please sign in to comment.