From b3d050ffc3cdcc1c50a6382a8e199d006d043f2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Jul 2020 14:18:17 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/JonasKruckenberg/rollup-plugin-sri/compare/v1.2.2...v1.2.3) (2020-07-17) --- docs/CHANGELOG.md | 2 ++ docs/README.md | 2 +- docs/interfaces/pluginoptions.md | 8 ++++---- package.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c1c4123..1eec883 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/docs/README.md b/docs/README.md index f78c0d4..9fd71f8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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:** diff --git a/docs/interfaces/pluginoptions.md b/docs/interfaces/pluginoptions.md index 4d1b491..454471f 100644 --- a/docs/interfaces/pluginoptions.md +++ b/docs/interfaces/pluginoptions.md @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/package.json b/package.json index cc9e6f3..405c9d2 100644 --- a/package.json +++ b/package.json @@ -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",