@haus-tech/bankid-auth-plugin 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.1.6
2
+
3
+ This was a version bump only for bankid-auth-plugin to align it with other projects, there were no code changes.
4
+
1
5
  ## 1.1.5
2
6
 
3
7
  This was a version bump only for bankid-auth-plugin to align it with other projects, there were no code changes.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bankid-auth-plugin
3
3
  title: BankID Auth Plugin
4
4
  description: Vendure plugin that integrates BankID authentication into your e-commerce platform.
5
- version: 1.1.5
5
+ version: 1.1.6
6
6
  tags: [vendure, plugin, bankid, authentication]
7
7
  ---
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-tech/bankid-auth-plugin",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Support for authentication via Swedish BankID",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",