Skip to content

Commit 9ab0487

Browse files
chore(release): 0.3.0
1 parent 9c8136a commit 9ab0487

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.3.0"></a>
6+
# [0.3.0](https://github.com/Developmint/cipher-collection/compare/v0.1.0...v0.3.0) (2018-04-06)
7+
8+
9+
### Features
10+
11+
* Add Affine cipher ([a882d69](https://github.com/Developmint/cipher-collection/commit/a882d69))
12+
* Add Base64 cipher (with unicode support) ([b4a0066](https://github.com/Developmint/cipher-collection/commit/b4a0066))
13+
* Add DMTF cipher ([2586543](https://github.com/Developmint/cipher-collection/commit/2586543))
14+
* Add Manchester code ([377f838](https://github.com/Developmint/cipher-collection/commit/377f838))
15+
* Add Multi-Tap cipher ([4114b88](https://github.com/Developmint/cipher-collection/commit/4114b88)), closes [#4](https://github.com/Developmint/cipher-collection/issues/4)
16+
* Add Multiplicative cipher ([8193b45](https://github.com/Developmint/cipher-collection/commit/8193b45))
17+
* Add Wolfenbuetteler code ([f97bac2](https://github.com/Developmint/cipher-collection/commit/f97bac2))
18+
19+
20+
521
<a name="0.2.0"></a>
622
# [0.2.0](https://github.com/Developmint/cipher-collection/compare/v0.1.0...v0.2.0) (2018-04-01)
723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cipher-collection",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Zero-dependency modular cipher collection including all well-known and often used ciphers",
55
"main": "dist/cipher-collection.cjs.js",
66
"module": "dist/cipher-collection.esm.js",

0 commit comments

Comments
 (0)