Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdwilliams committed Oct 1, 2021
1 parent a14ffd8 commit 1b5c000
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.0.1](https://github.com/calebdwilliams/adoptedStyleSheets/compare/v3.0.0-0...v3.0.1) (2021-09-12)


### Bug Fixes

* resolve issue with broken coverage & update dependencies ([dde9152](https://github.com/calebdwilliams/adoptedStyleSheets/commit/dde9152cba224817dcaa4029cca618ece675caa4))
* update Typescript code ([d49fabb](https://github.com/calebdwilliams/adoptedStyleSheets/commit/d49fabb1c9e185ab3a9dd342f625c5fe6ff26c5a))

## [3.0.0](https://github.com/calebdwilliams/adoptedStyleSheets/compare/v3.0.0-0...v3.0.0) (2021-08-12)

## [3.0.0-0](https://github.com/calebdwilliams/adoptedStyleSheets/compare/v2.4.16...v3.0.0-0) (2021-06-18)
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "construct-style-sheets-polyfill",
"version": "3.0.0",
"version": "3.0.1",
"description": "Constructible style sheets/adopted style sheets polyfill",
"main": "dist/adoptedStyleSheets.js",
"module": "dist/adoptedStyleSheets.js",
Expand Down

0 comments on commit 1b5c000

Please sign in to comment.