Skip to content

Commit

Permalink
Chore: Release 0.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.4](v0.2.3...v0.2.4) (2024-04-29)

### Chore

* Add Semantic Release (CICD-1123) (#3) ([5aac013](5aac013)), closes [#3](#3)
* Update repository URL (CICD-1123) (#4) ([8f01fa1](8f01fa1)), closes [#4](#4)
* Updating GH URL reference in bower.json to new repo ([081cc51](081cc51))

### Fix

* Resolve deprecation warnings on GHA (CICD-1606) (#5) ([6451d9d](6451d9d)), closes [#5](#5)
  • Loading branch information
semantic-release-bot committed Apr 29, 2024
1 parent 6451d9d commit f86482f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-mathJax",
"version": "0.2.3",
"version": "0.2.4",
"framework": ">=1.1.2",
"displayName": "MathJax",
"extension": "mathJax",
Expand All @@ -15,5 +15,22 @@
"Tom Greenfield"
],
"license": "GPL-3.0",
"homepage": "https://github.com/HT2-Labs/adapt-contrib-mathJax"
"homepage": "https://github.com/HT2-Labs/adapt-contrib-mathJax",
"repository": {
"type": "git",
"url": "git://github.com/HT2-Labs/adapt-contrib-mathJax"
},
"private": "true",
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@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",
"semantic-release": "semantic-release"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-mathJax",
"version": "0.2.3",
"version": "0.2.4",
"framework": ">=1.1.2",
"displayName": "MathJax",
"extension": "mathJax",
Expand Down

0 comments on commit f86482f

Please sign in to comment.