Skip to content

Commit 0056718

Browse files
committed
v1.0.7
1 parent fd1e5ee commit 0056718

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.0.7](https://github.com/browserify/cipher-base/compare/v1.0.6...v1.0.7) - 2025-09-24
9+
10+
### Commits
11+
12+
- [Refactor] use `to-buffer` [`fd1e5ee`](https://github.com/browserify/cipher-base/commit/fd1e5eeafccbc8eaa827ee6b9b60c14608aa784f)
13+
- [Dev Deps] update `@ljharb/eslint-config` [`08ba803`](https://github.com/browserify/cipher-base/commit/08ba8034223a53d300b7dccf33d8f14e52379a34)
14+
815
## [v1.0.6](https://github.com/browserify/cipher-base/compare/v1.0.5...v1.0.6) - 2024-11-26
916

1017
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cipher-base",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "abstract base class for crypto-streams",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)