diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1b27b5e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## 1.0.0 (2023-10-20) + + +### Features + +* **build-flow:** add build flow for terraform & patch body ([02d36de](https://github.com/fingerprintjs/fingerprint-pro-akamai-integration-property-rules/commit/02d36debf549a9b7b9b3f4979d187730ebd6e676)) +* **e2e-test:** add e2e test and workflow ([70c2cab](https://github.com/fingerprintjs/fingerprint-pro-akamai-integration-property-rules/commit/70c2cabd61e2207fa38c0146de91ee16b3dfc2b9)) +* **semantic-release:** add semantic-release ([7fad6d7](https://github.com/fingerprintjs/fingerprint-pro-akamai-integration-property-rules/commit/7fad6d7e117dbb803753ad63d31572331b8e5ab4)) +* **terraform-validations:** add terraform validations ([037bba6](https://github.com/fingerprintjs/fingerprint-pro-akamai-integration-property-rules/commit/037bba6509f6ed2ab6058973d3ed69ed06f5f5cf)) +* **version-variable:** use package.json version on integration_version var ([2987f79](https://github.com/fingerprintjs/fingerprint-pro-akamai-integration-property-rules/commit/2987f790e1823d74f3f21dc412d34f3a33fa7b7a)) + + +### Bug Fixes + +* make type param optional ([ca787a8](https://github.com/fingerprintjs/fingerprint-pro-akamai-integration-property-rules/commit/ca787a8f879d89ca4b77a97bd50a0395fb5bdd4b)) +* **module:** use commonjs as module ([fc07b51](https://github.com/fingerprintjs/fingerprint-pro-akamai-integration-property-rules/commit/fc07b51c9c603f2e94d810c2b18c949e1e82e9ea)) +* spaces on release workflow ([ab59292](https://github.com/fingerprintjs/fingerprint-pro-akamai-integration-property-rules/commit/ab592925261d6515026d0ff9a176167cbccb94d1)) diff --git a/package.json b/package.json index a1d876c..4b585e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fingerprint-pro-akamai-property-rules", - "version": "0.0.1", + "version": "1.0.0", "description": "Fingerprint Pro Akamai Integration Property Rules", "author": "FingerprintJS, Inc (https://fingerprint.com)", "license": "MIT",