Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Feb 19, 2024
1 parent b9ff095 commit 94df922
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions webpack-subresource-integrity-embroider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@


## v0.2.0 (2024-02-19)

#### :rocket: Enhancement
* [#10](https://github.com/jelhan/webpack-subresource-integrity-embroider/pull/10) Emit build error when external resources are detected without integrity hashes ([@evoactivity](https://github.com/evoactivity))

#### Committers: 1
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## v0.1.3 (2024-02-17)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion webpack-subresource-integrity-embroider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-subresource-integrity-embroider",
"version": "0.1.3",
"version": "0.2.0",
"description": "Webpack plugin for enabling Subresource Integrity in Ember apps using Embroider",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 94df922

Please sign in to comment.