diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3a9a7..694e17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "mdtex" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [v1.0.1] + +- Update `package.json` to include version and license. + ## [v1.0.0] - Support logic expression to truth table diff --git a/package.json b/package.json index 0d8b207..20a748a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logic-calculator", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Felix Saaro", "icon": "img/logic-calculator-logo.png",