From e35839f65a5a51a8684a380b41b53e862d8253a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:39:40 +0000 Subject: [PATCH] chore(master): release 1.0.6 --- CHANGELOG.md | 24 ++++++++++++------------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178e5a2..ab98be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,43 +1,43 @@ # Changelog -## [1.0.5](https://github.com/encrypit/pepto/compare/v1.0.4...v1.0.5) (2023-10-29) +## [1.0.6](https://github.com/encrypit/pepto/compare/v1.0.5...v1.0.6) (2024-08-02) + +### Miscellaneous Chores +- release 1.0.6 ([760b3c9](https://github.com/encrypit/pepto/commit/760b3c983482d8551d506a892149b6a494df87d6)) + +## [1.0.5](https://github.com/encrypit/pepto/compare/v1.0.4...v1.0.5) (2023-10-29) ### Build System -* **package:** specify "types", remove "esm/" dir, & add "src/" to files ([a2261bc](https://github.com/encrypit/pepto/commit/a2261bc870f61a856337261b9add4aded2f45c02)) +- **package:** specify "types", remove "esm/" dir, & add "src/" to files ([a2261bc](https://github.com/encrypit/pepto/commit/a2261bc870f61a856337261b9add4aded2f45c02)) ## [1.0.4](https://github.com/encrypit/pepto/compare/v1.0.3...v1.0.4) (2023-07-15) - ### Documentation -* **readme:** correct code block ([d0e6942](https://github.com/encrypit/pepto/commit/d0e69423674e75ed1062199a5872be2ae7303ca2)) +- **readme:** correct code block ([d0e6942](https://github.com/encrypit/pepto/commit/d0e69423674e75ed1062199a5872be2ae7303ca2)) ## [1.0.3](https://github.com/encrypit/pepto/compare/v1.0.2...v1.0.3) (2023-07-14) - ### Build System -* rename directory `module` to `esm` ([9f52ecf](https://github.com/encrypit/pepto/commit/9f52ecfaddcd8047ca7f6b11ee79d9155a39db1a)) +- rename directory `module` to `esm` ([9f52ecf](https://github.com/encrypit/pepto/commit/9f52ecfaddcd8047ca7f6b11ee79d9155a39db1a)) ## [1.0.2](https://github.com/encrypit/pepto/compare/v1.0.1...v1.0.2) (2023-06-15) - ### Code Refactoring -* **module:** move mjs files from src to module directory ([a624dd1](https://github.com/encrypit/pepto/commit/a624dd1222e3641337ed3039029602e9bb033aa5)) +- **module:** move mjs files from src to module directory ([a624dd1](https://github.com/encrypit/pepto/commit/a624dd1222e3641337ed3039029602e9bb033aa5)) ## [1.0.1](https://github.com/encrypit/pepto/compare/v1.0.0...v1.0.1) (2023-06-12) - ### Code Refactoring -* **digest:** tidy type parameter and remove type Algorithm ([1c42eb9](https://github.com/encrypit/pepto/commit/1c42eb97bb4cff315e7b98c1aaed534666f51f52)) +- **digest:** tidy type parameter and remove type Algorithm ([1c42eb9](https://github.com/encrypit/pepto/commit/1c42eb97bb4cff315e7b98c1aaed534666f51f52)) ## 1.0.0 (2023-06-06) - ### Features -* create digest function ([1928aa4](https://github.com/encrypit/pepto/commit/1928aa485076e56478f82a797f1d2263738cc1ce)) +- create digest function ([1928aa4](https://github.com/encrypit/pepto/commit/1928aa485076e56478f82a797f1d2263738cc1ce)) diff --git a/package-lock.json b/package-lock.json index f0c025e..b5c92e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pepto", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pepto", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "devDependencies": { "@commitlint/cli": "19.3.0", diff --git a/package.json b/package.json index f83ca75..9538078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pepto", - "version": "1.0.5", + "version": "1.0.6", "description": "Generate a hex string digest from a given message.", "author": "Mark ", "main": "cjs/index.js",