Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Oct 18, 2024
1 parent 8f32911 commit caea842
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.0

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

### 🚀 Enhancements

- Add release script to package.json ([b37a70f](https://github.com/kiki-kanri/node-ciphers/commit/b37a70f))

### 🏡 Chore

- Upgrade dependencies ([340aec2](https://github.com/kiki-kanri/node-ciphers/commit/340aec2))
- Switch changelog generation package ([d2234f6](https://github.com/kiki-kanri/node-ciphers/commit/d2234f6))
- Remove main, module, and types fields from package.json and add exports configuration ([8f32911](https://github.com/kiki-kanri/node-ciphers/commit/8f32911))

### ✅ Tests

- Update test cases ([8865b3c](https://github.com/kiki-kanri/node-ciphers/commit/8865b3c))

### ❤️ Contributors

- kiki-kanri

## v1.0.2

[compare changes](https://github.com/kiki-kanri/node-ciphers/compare/v1.0.1...v1.0.2)
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.0.2",
"version": "1.1.0",
"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 caea842

Please sign in to comment.