diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2139e..5236819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.0.2](https://github.com/the-minimal/fingerprint/compare/0.0.1...0.0.2) + +- feat: update docs [`47984e1`](https://github.com/the-minimal/fingerprint/commit/47984e12b3d9b590b9c240688a3bade6258706ce) + #### 0.0.1 +> 11 May 2024 + - feat: add the first version [`6b1cbdb`](https://github.com/the-minimal/fingerprint/commit/6b1cbdb8f02d43d302f08b3596654dc958e62174) - Initial commit [`73de339`](https://github.com/the-minimal/fingerprint/commit/73de339c31a1fc579f0834d7b2f33c49551b84e0) -- fix: version [`c3be0d6`](https://github.com/the-minimal/fingerprint/commit/c3be0d662ad7d1472f3cbf298e01bd85db738038) +- Release 0.0.1 [`5ea99a5`](https://github.com/the-minimal/fingerprint/commit/5ea99a58d5d0c527c46817731cf6947d44df04a2) diff --git a/package.json b/package.json index 71969d7..fee1db0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/fingerprint", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal cross-environment fingerprinting TypeScript library",