Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.1.0...v4.0.0) (2019-05-01)

### Features

* add new option and polyfill with attribute ([0d8bfeb](0d8bfeb)), closes [#11](#11)

### BREAKING CHANGES

* attributes support
  • Loading branch information
semantic-release-bot committed May 1, 2019
1 parent 735c4ba commit 98b1316
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/matteobad/focus-within-polyfill/compare/v3.1.0...v4.0.0) (2019-05-01)


### Features

* add new option and polyfill with attribute ([0d8bfeb](https://github.com/matteobad/focus-within-polyfill/commit/0d8bfeb)), closes [#11](https://github.com/matteobad/focus-within-polyfill/issues/11)


### BREAKING CHANGES

* attributes support

# [3.1.0](https://github.com/matteobad/focus-within-polyfill/compare/v3.0.1...v3.1.0) (2019-04-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,15 +1,15 @@
{
"name": "focus-within-polyfill",
"version": "3.1.0",
"version": "4.0.0",
"description": "focus-within pseudo selector polyfill",
"main": "dist/focus-within-polyfill.js",
"module": "dist/focus-within-polyfill.mjs",
"jsnext:main": "dist/focus-within-polyfill.mjs",
"scripts": {
"commit": "git-cz",
"clean": "rimraf dist",
"lint": "eslint src/** test/**",
"lint:fix": "eslint src/** test/** --fix",
"lint": "eslint src/** test/**",
"lint:fix": "eslint src/** test/** --fix",
"build": "rollup -c rollup.config.js --environment BUILD:production",
"watch": "rollup -c rollup.config.js --environment BUILD:development -w",
"prepublishOnly": "npm run clean && npm run lint && npm run test && npm run build",
Expand Down

0 comments on commit 98b1316

Please sign in to comment.