-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #396 from encrypit/release-please--branches--maste…
…r--components--pepto chore(master): release 1.0.6
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"main": "cjs/index.js", | ||
|