Skip to content

Commit

Permalink
chore(release): v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Oct 18, 2024
1 parent ea87241 commit de3a670
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v1.1.2

[compare changes](https://github.com/kiki-kanri/node-ciphers/compare/v1.1.1...v1.1.2)

### 🩹 Fixes

- Resolve import errors with ES modules ([ea87241](https://github.com/kiki-kanri/node-ciphers/commit/ea87241))

### 💅 Refactors

- **cipher:** Set `BaseCipher.#encodingOptions` to readonly ([1e2d2e1](https://github.com/kiki-kanri/node-ciphers/commit/1e2d2e1))
- **constants:** Change constant type definition method ([b44da60](https://github.com/kiki-kanri/node-ciphers/commit/b44da60))

### 🏡 Chore

- Modify tsconfig.json ([21172f7](https://github.com/kiki-kanri/node-ciphers/commit/21172f7))
- Upgrade dependencies and modify release script ([4463e13](https://github.com/kiki-kanri/node-ciphers/commit/4463e13))

### ❤️ Contributors

- kiki-kanri

## v1.1.1

[compare changes](https://github.com/kiki-kanri/node-ciphers/compare/v1.1.0...v1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-ciphers",
"version": "1.1.1",
"version": "1.1.2",
"description": "A lightweight Node.js library for AES and DES encryption, offering flexible encoding options, support for various cipher modes, and seamless integration with streams.",
"license": "MIT",
"author": "kiki-kanri",
Expand Down

0 comments on commit de3a670

Please sign in to comment.