Skip to content

Commit 54e28df

Browse files
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](9627aaf)) ### Build System * **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([b889bf6](b889bf6)) * **deps:** bump json5 from 2.2.0 to 2.2.3 ([2f76510](2f76510)) * **deps:** bump moment from 2.29.3 to 2.29.4 ([c94f668](c94f668)) * **deps:** bump semver from 5.7.1 to 5.7.2 ([277c8ad](277c8ad)) * **deps:** bump tough-cookie from 4.0.0 to 4.1.3 ([d0816a8](d0816a8)) * **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([a113212](a113212))
1 parent 3c852a0 commit 54e28df

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 1.0.0-test.1 (2024-03-07)
2+
3+
4+
### Features
5+
6+
* add GitHub action to generate release notes preview for each PR ([9627aaf](https://github.com/fingerprintjs/library-template-typescript/commit/9627aaf678ed0742c3e4d4f43218733a3f3fd53f))
7+
8+
9+
### Build System
10+
11+
* **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([b889bf6](https://github.com/fingerprintjs/library-template-typescript/commit/b889bf61448605049ec2e514f2b76f1e72354314))
12+
* **deps:** bump json5 from 2.2.0 to 2.2.3 ([2f76510](https://github.com/fingerprintjs/library-template-typescript/commit/2f765103751ccc0d840e36a6f92bd83eb629a794))
13+
* **deps:** bump moment from 2.29.3 to 2.29.4 ([c94f668](https://github.com/fingerprintjs/library-template-typescript/commit/c94f6682470f060b0a6ecc595c2abff6dcebdb4c))
14+
* **deps:** bump semver from 5.7.1 to 5.7.2 ([277c8ad](https://github.com/fingerprintjs/library-template-typescript/commit/277c8ad0d20ef1b5374ef0ad73081239790bd307))
15+
* **deps:** bump tough-cookie from 4.0.0 to 4.1.3 ([d0816a8](https://github.com/fingerprintjs/library-template-typescript/commit/d0816a83e68f7dcc741e743cdff4b3449cb44c35))
16+
* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([a113212](https://github.com/fingerprintjs/library-template-typescript/commit/a113212b6da52acbf20a174e2fbf7d96862961ea))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fingerprintjs/library-template-typescript",
3-
"version": "0.0.1",
3+
"version": "1.0.0-test.1",
44
"description": "Typescript library template project",
55
"author": "FingerprintJS, Inc (https://fingerprint.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)