Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2020-07-17)
  • Loading branch information
semantic-release-bot committed Jul 17, 2020
1 parent d8c89d7 commit b3d050f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.2.3](https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.2...v1.2.3) (2020-07-17)

## [1.2.2](https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.1...v1.2.2) (2020-07-17)


Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

**generateIdentity**(`source`: Buffer, `alg`: string): *string*

*Defined in [index.ts:86](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/8a6edad/index.ts#L86)*
*Defined in [index.ts:86](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L86)*

**Parameters:**

Expand Down
8 changes: 4 additions & 4 deletions docs/interfaces/pluginoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

**active**? : *undefined | false | true*

*Defined in [index.ts:41](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/8a6edad/index.ts#L41)*
*Defined in [index.ts:41](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L41)*

Can be used to disable the plugin, for example when used together with hot-module-reloading.

Expand All @@ -33,7 +33,7 @@ ___

**algorithms**? : *string[]*

*Defined in [index.ts:27](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/8a6edad/index.ts#L27)*
*Defined in [index.ts:27](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L27)*

A list of hashing algorithms to use when computing the integrity attribute.
The hashing algorithm has to be supported by the nodejs version you're running on.
Expand All @@ -49,7 +49,7 @@ ___

**crossorigin**? : *"anonymous" | "use-credentials"*

*Defined in [index.ts:35](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/8a6edad/index.ts#L35)*
*Defined in [index.ts:35](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L35)*

You can also specify the value for the crossorigin attribute.
This attribute has to be set to prevent cross-origin data leakage.
Expand All @@ -64,7 +64,7 @@ ___

**selectors**? : *string[]*

*Defined in [index.ts:18](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/8a6edad/index.ts#L18)*
*Defined in [index.ts:18](https://github.com/JonasKruckenberg/rollup-plugin-sri/blob/d8c89d7/index.ts#L18)*

A list of strings you can provide that the plugin will use to match.
it will then try to compute an integrity attribute for the matched tag.
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": "rollup-plugin-sri",
"version": "1.2.2",
"version": "1.2.3",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b3d050f

Please sign in to comment.