Skip to content

Commit

Permalink
chore(release): 1.0.0-test.1 [skip ci]
Browse files Browse the repository at this point in the history
## 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))
  • Loading branch information
semantic-release-bot committed Mar 7, 2024
1 parent 3c852a0 commit 54e28df
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 54e28df

Please sign in to comment.