Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-10-20)

### Features

* **build-flow:** add build flow for terraform & patch body ([02d36de](02d36de))
* **e2e-test:** add e2e test and workflow ([70c2cab](70c2cab))
* **semantic-release:** add semantic-release ([7fad6d7](7fad6d7))
* **terraform-validations:** add terraform validations ([037bba6](037bba6))
* **version-variable:** use package.json version on integration_version var ([2987f79](2987f79))

### Bug Fixes

* make type param optional ([ca787a8](ca787a8))
* **module:** use commonjs as module ([fc07b51](fc07b51))
* spaces on release workflow ([ab59292](ab59292))
  • Loading branch information
semantic-release-bot committed Oct 20, 2023
1 parent dbc7759 commit 6cd94e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6cd94e6

Please sign in to comment.