diff options
-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 |