Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.19...v1.1.0) (2021-07-28)

### Bug Fixes

* remove data- from fetch, pass and filter ([f23e2d3](f23e2d3))

### Features

* add new is{attribute} system and remove data- from attributtes ([4918a8f](4918a8f))
  • Loading branch information
semantic-release-bot committed Jul 28, 2021
1 parent f23e2d3 commit 4979057
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.0.19...v1.1.0) (2021-07-28)


### Bug Fixes

* remove data- from fetch, pass and filter ([f23e2d3](https://github.com/CoCreate-app/CoCreate-social-share/commit/f23e2d3589f2d4ae07cfa0e19b639a0805a0f16b))


### Features

* add new is{attribute} system and remove data- from attributtes ([4918a8f](https://github.com/CoCreate-app/CoCreate-social-share/commit/4918a8f1418f916dd0a35978eaf45985402bfcbf))

## [1.0.19](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.0.18...v1.0.19) (2021-07-17)


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": "@cocreate/social-share",
"version": "1.0.19",
"version": "1.1.0",
"description": "A simple social-share component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"social-share",
Expand Down

0 comments on commit 4979057

Please sign in to comment.