From 54e28df755df83b08116614eb25ef5c086362b0f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Mar 2024 13:35:24 +0000 Subject: [PATCH] chore(release): 1.0.0-test.1 [skip ci] ## 1.0.0-test.1 (2024-03-07) ### Features * add GitHub action to generate release notes preview for each PR ([9627aaf](https://github.com/fingerprintjs/library-template-typescript/commit/9627aaf678ed0742c3e4d4f43218733a3f3fd53f)) ### Build System * **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([b889bf6](https://github.com/fingerprintjs/library-template-typescript/commit/b889bf61448605049ec2e514f2b76f1e72354314)) * **deps:** bump json5 from 2.2.0 to 2.2.3 ([2f76510](https://github.com/fingerprintjs/library-template-typescript/commit/2f765103751ccc0d840e36a6f92bd83eb629a794)) * **deps:** bump moment from 2.29.3 to 2.29.4 ([c94f668](https://github.com/fingerprintjs/library-template-typescript/commit/c94f6682470f060b0a6ecc595c2abff6dcebdb4c)) * **deps:** bump semver from 5.7.1 to 5.7.2 ([277c8ad](https://github.com/fingerprintjs/library-template-typescript/commit/277c8ad0d20ef1b5374ef0ad73081239790bd307)) * **deps:** bump tough-cookie from 4.0.0 to 4.1.3 ([d0816a8](https://github.com/fingerprintjs/library-template-typescript/commit/d0816a83e68f7dcc741e743cdff4b3449cb44c35)) * **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([a113212](https://github.com/fingerprintjs/library-template-typescript/commit/a113212b6da52acbf20a174e2fbf7d96862961ea)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b497b2f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +## 1.0.0-test.1 (2024-03-07) + + +### Features + +* add GitHub action to generate release notes preview for each PR ([9627aaf](https://github.com/fingerprintjs/library-template-typescript/commit/9627aaf678ed0742c3e4d4f43218733a3f3fd53f)) + + +### Build System + +* **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([b889bf6](https://github.com/fingerprintjs/library-template-typescript/commit/b889bf61448605049ec2e514f2b76f1e72354314)) +* **deps:** bump json5 from 2.2.0 to 2.2.3 ([2f76510](https://github.com/fingerprintjs/library-template-typescript/commit/2f765103751ccc0d840e36a6f92bd83eb629a794)) +* **deps:** bump moment from 2.29.3 to 2.29.4 ([c94f668](https://github.com/fingerprintjs/library-template-typescript/commit/c94f6682470f060b0a6ecc595c2abff6dcebdb4c)) +* **deps:** bump semver from 5.7.1 to 5.7.2 ([277c8ad](https://github.com/fingerprintjs/library-template-typescript/commit/277c8ad0d20ef1b5374ef0ad73081239790bd307)) +* **deps:** bump tough-cookie from 4.0.0 to 4.1.3 ([d0816a8](https://github.com/fingerprintjs/library-template-typescript/commit/d0816a83e68f7dcc741e743cdff4b3449cb44c35)) +* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([a113212](https://github.com/fingerprintjs/library-template-typescript/commit/a113212b6da52acbf20a174e2fbf7d96862961ea)) diff --git a/package.json b/package.json index aa6c350..4af5e6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/library-template-typescript", - "version": "0.0.1", + "version": "1.0.0-test.1", "description": "Typescript library template project", "author": "FingerprintJS, Inc (https://fingerprint.com)", "license": "MIT",