diff options
author | 2020-06-07 19:27:30 +0200 | |
---|---|---|
committer | 2020-06-07 19:27:30 +0200 | |
commit | 3c0c2bd14fe9847feb322099208fc17ac379f1a9 (patch) | |
tree | 476d3c72e023667053d51d05217bc4b6f4f8a205 | |
parent | f729eacdc5599901dedcc9735e02dc2c165f4251 (diff) | |
download | it-tools-3c0c2bd14fe9847feb322099208fc17ac379f1a9.tar.gz it-tools-3c0c2bd14fe9847feb322099208fc17ac379f1a9.tar.zst it-tools-3c0c2bd14fe9847feb322099208fc17ac379f1a9.zip |
chore: added CHANGELOG.md
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..252352e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. + +## 1.0.1 +- [chore] added changelog +- [fix] [BaseConverter] prevented non-integer bases +- [fix] remove history move (incompatible with vercel.com) + +## 1.0.0 +- First release
\ No newline at end of file |