Skip to content

Commit

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

## v1.1.3

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

### 📖 Documentation

- Add codecov badge to README ([e7db65b](https://github.com/kiki-kanri/node-ciphers/commit/e7db65b))

### 🏡 Chore

- **ci:** Add test.yaml for version-tag-based CI trigger ([88e04ae](https://github.com/kiki-kanri/node-ciphers/commit/88e04ae))

### ❤️ Contributors

- kiki-kanri

## v1.1.2

[compare changes](https://github.com/kiki-kanri/node-ciphers/compare/v1.1.1...v1.1.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.1.2",
"version": "1.1.3",
"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 f00b120

Please sign in to comment.