@anvilco/encryption
Version:
RSA and AES Encryption helpers
87 lines (56 loc) • 4.81 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v2.0.4](https://github.com/anvilco/node-encryption/compare/v2.0.3...v2.0.4)
### Merged
- Bump json5 from 1.0.1 to 1.0.2 [`#24`](https://github.com/anvilco/node-encryption/pull/24)
## [v2.0.3](https://github.com/anvilco/node-encryption/compare/v2.0.2...v2.0.3) - 2022-05-24
### Merged
- Upgrade dependencies [`#23`](https://github.com/anvilco/node-encryption/pull/23)
- Update readme [`#22`](https://github.com/anvilco/node-encryption/pull/22)
### Commits
- Upgrade all dependencies [`7967570`](https://github.com/anvilco/node-encryption/commit/7967570347ded29a23d9ce04093e15f58692b67e)
- Cleanup explanation section [`50205a6`](https://github.com/anvilco/node-encryption/commit/50205a67a2518c74ab827672eb6f3304de8c6af7)
- Fix broken link [`fa686b2`](https://github.com/anvilco/node-encryption/commit/fa686b2ca375ddd59924f3528d58961343992a46)
## [v2.0.2](https://github.com/anvilco/node-encryption/compare/v2.0.0...v2.0.2) - 2022-03-25
### Merged
- Upgrade dependencies [`#21`](https://github.com/anvilco/node-encryption/pull/21)
- Bump hosted-git-info from 2.8.8 to 2.8.9 [`#15`](https://github.com/anvilco/node-encryption/pull/15)
- Bump lodash from 4.17.19 to 4.17.21 [`#14`](https://github.com/anvilco/node-encryption/pull/14)
- Bump handlebars from 4.7.3 to 4.7.7 [`#13`](https://github.com/anvilco/node-encryption/pull/13)
- Add GitHub Action for unit tests [`#12`](https://github.com/anvilco/node-encryption/pull/12)
- Bump y18n from 4.0.0 to 4.0.1 [`#11`](https://github.com/anvilco/node-encryption/pull/11)
- Bump node-fetch from 2.6.0 to 2.6.1 [`#10`](https://github.com/anvilco/node-encryption/pull/10)
- Bump lodash from 4.17.15 to 4.17.19 [`#9`](https://github.com/anvilco/node-encryption/pull/9)
### Commits
- Upgrade dev deps [`eb18783`](https://github.com/anvilco/node-encryption/commit/eb18783640de86574806ad986292e0aaaaa0a185)
- Upgrade auto-changelog [`9f047e5`](https://github.com/anvilco/node-encryption/commit/9f047e5d8535d3734ddaa2773dbbab1fe8efdfa8)
- test action [`44ddf9a`](https://github.com/anvilco/node-encryption/commit/44ddf9a34e18573317c45dba29fd1a8fcd040d3c)
## [v2.0.0](https://github.com/anvilco/node-encryption/compare/v1.0.3...v2.0.0) - 2020-03-20
### Merged
- Use module.exports instead of import/export [`#8`](https://github.com/anvilco/node-encryption/pull/8)
- Bump dependency versions to address module security issues and add ability to generate a CHANGELOG [`#7`](https://github.com/anvilco/node-encryption/pull/7)
- Add more information about keys in README [`#6`](https://github.com/anvilco/node-encryption/pull/6)
- Bump acorn from 5.7.2 to 5.7.4 [`#5`](https://github.com/anvilco/node-encryption/pull/5)
- Bump js-yaml from 3.12.0 to 3.13.1 [`#2`](https://github.com/anvilco/node-encryption/pull/2)
- Bump eslint-utils from 1.3.1 to 1.4.2 [`#4`](https://github.com/anvilco/node-encryption/pull/4)
- Add issue / PR templates [`#3`](https://github.com/anvilco/node-encryption/pull/3)
- Bump lodash from 4.17.10 to 4.17.15 [`#1`](https://github.com/anvilco/node-encryption/pull/1)
### Commits
- babel 6 -> babel 7, and handful of other dep bumps [`aa4d154`](https://github.com/anvilco/node-encryption/commit/aa4d1544959d2030c4c22d4532b8c3c7a7e34ac5)
- remove babel [`66a6711`](https://github.com/anvilco/node-encryption/commit/66a67117b3c6f4964478a6d335b49ff2ae574d14)
- add auto-changelog and version script to autogen one [`17a8fdc`](https://github.com/anvilco/node-encryption/commit/17a8fdcdfb1e641b308d8fd2c647e2a502ba1943)
## [v1.0.3](https://github.com/anvilco/node-encryption/compare/v1.0.2...v1.0.3) - 2018-08-31
### Commits
- Use prepare script instead [`c6961d4`](https://github.com/anvilco/node-encryption/commit/c6961d4bd82b78d185803a6d16d391bc4bd02509)
## [v1.0.2](https://github.com/anvilco/node-encryption/compare/v1.0.1...v1.0.2) - 2018-08-31
### Commits
- Build the src [`f36c3f9`](https://github.com/anvilco/node-encryption/commit/f36c3f97caf43d84660ff3858a4b64a70d1ea6ce)
- Add npmignore [`e061bcd`](https://github.com/anvilco/node-encryption/commit/e061bcdbc1f38d74d6a2f3175fa5f501e50f9ef7)
## v1.0.1 - 2018-08-31
### Commits
- Add tests and structure [`fc5bb5f`](https://github.com/anvilco/node-encryption/commit/fc5bb5f2daae834283f4b15d4413e8798ce45e84)
- Initial [`17e46b5`](https://github.com/anvilco/node-encryption/commit/17e46b596c3bf2ce00c24bb06baf8c7d025570ac)
- License [`d8429a3`](https://github.com/anvilco/node-encryption/commit/d8429a34eb095ed2aaba5e886a1e15494c1068d7)