Skip to content

Commit

Permalink
chore(release): 1.2.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.8](v1.2.7...v1.2.8) (2022-10-01)

### Bug Fixes

* bump dependencies ([72fc89f](72fc89f))
  • Loading branch information
semantic-release-bot committed Oct 1, 2022
1 parent 72fc89f commit 1dd3648
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.8](https://github.com/CoCreate-app/CoCreate-pass/compare/v1.2.7...v1.2.8) (2022-10-01)


### Bug Fixes

* bump dependencies ([72fc89f](https://github.com/CoCreate-app/CoCreate-pass/commit/72fc89fbc657502fd5ffa908f202193c6c9b728e))

## [1.2.7](https://github.com/CoCreate-app/CoCreate-pass/compare/v1.2.6...v1.2.7) (2022-09-30)


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/pass",
"version": "1.2.7",
"version": "1.2.8",
"description": "Data attributes which can be used for components in CoCreate framework combined as a group of attributes that dynamically change attributes & fetch custom data.",
"keywords": [
"pass",
Expand All @@ -20,7 +20,9 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "public" },
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -34,7 +36,9 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-pass/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-pass/issues"
},
"homepage": "https://cocreate.app/docs/pass",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit 1dd3648

Please sign in to comment.