Skip to content

Commit

Permalink
1.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Mar 16, 2020
1 parent 5fd6064 commit 9205e2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ DO NOT TOUCH. SAVE IT ON TOP.
-->

## [1.2.0-beta] - 2020-03-16
### Added
- `<noscript>` fallback for stylesheets;
- External JS API;
- More tests.

### Fixed
- `unsafeUseDocumentWrite` dsl rendering fix.

## [1.1.0-beta] - 2020-03-05
### Added
- Differential stylesheet loading by `withStylesheets` option;
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": "bdsl-webpack-plugin",
"version": "1.1.1-beta",
"version": "1.2.0-beta",
"description": "Browserslist Differential Script Loading webpack plugin.",
"author": "dangreen",
"license": "MIT",
Expand Down

0 comments on commit 9205e2a

Please sign in to comment.