Skip to content

Commit

Permalink
Merge pull request #2 from encrypit/release-please--branches--master-…
Browse files Browse the repository at this point in the history
…-components--pepto

chore(master): release 1.0.1
  • Loading branch information
remarkablemark authored Jun 12, 2023
2 parents 1c42eb9 + a7365e1 commit b99386e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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))

## 1.0.0 (2023-06-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pepto",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate a hex string digest from a given message.",
"author": "Mark <mark@remarkablemark.org>",
"main": "lib/index.js",
Expand Down

0 comments on commit b99386e

Please sign in to comment.