Skip to content

Commit

Permalink
Chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.7...v2.1.0) (2024-10-09)

### Update

* Add repo information to package.json, minor readme updates, rename main JS file (fixes #20) ([c460ffb](c460ffb)), closes [#20](#20)
  • Loading branch information
semantic-release-bot committed Oct 9, 2024
1 parent c460ffb commit 7c76eec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "adapt-kineo-footer",
"version": "2.0.7",
"version": "2.1.0",
"framework": ">=5.8",
"repository": {
"type": "git",
"url": "git://github.com/cgkineo/adapt-kineo-footer.git"
},
"homepage": "https://github.com/cgkineo/adapt-kineo-footer",
"issues": "https://github.com/cgkineo/adapt-kineo-footer/issues/",
"extension": "footer",
"displayName": "Footer",
"description": "An extension that enables menu and page level footers which consist of a text and image area and some pre-bundled layouts.",
"main": "/js/adapt-footer.js",
"main": "/js/adapt-kineo-footer.js",
"keywords": [
"adapt-plugin",
"adapt-extension"
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": "adapt-kineo-footer",
"version": "2.0.7",
"version": "2.1.0",
"framework": ">=5.8",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c76eec

Please sign in to comment.