Skip to content

Commit

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

chore(master): release 1.0.6
  • Loading branch information
remarkablemark authored Aug 2, 2024
2 parents e832afa + e35839f commit 5f491bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
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))
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.5",
"version": "1.0.6",
"description": "Generate a hex string digest from a given message.",
"author": "Mark <[email protected]>",
"main": "cjs/index.js",
Expand Down

0 comments on commit 5f491bf

Please sign in to comment.