Skip to content

Commit

Permalink
Merge pull request #10 from Dunkelhaiser/dev
Browse files Browse the repository at this point in the history
Fixed CommonJS title
  • Loading branch information
Dunkelhaiser authored Jan 25, 2024
2 parents ceaf889 + 61a6977 commit 057a4ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dunkelhaiser/caesar-cipher

## 2.0.2

### Patch Changes

- Fixed documentation CJS title typo

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ With default import
import CaesarCipher from "@dunkelhaiser/caesar-cipher";
```

Using CommonJS
### Using CommonJS

With default import

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": "@dunkelhaiser/caesar-cipher",
"version": "2.0.1",
"version": "2.0.2",
"description": "Implementation of the Caesar Cipher encryption algorithm in JavaScript. The Caesar Cipher is a classic substitution cipher technique where each letter in the plaintext is shifted a certain number of places down or up the alphabet.",
"private": false,
"keywords": [
Expand Down

0 comments on commit 057a4ae

Please sign in to comment.