diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6c40073 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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. + +### 0.1.9 (2022-10-17) + + +### Features + +* **build:** add CI ([5883567](https://github.com/ssube/mocha-foam/commit/588356729f2e1784138111207f302f3857fc1ab8)) diff --git a/package.json b/package.json index ae76aed..4ddfc23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-foam", - "version": "0.1.8", + "version": "0.1.9", "main": "out/src/index.js", "author": "ssube ", "license": "MIT", @@ -30,6 +30,7 @@ "sinon": "14.0.1", "sinon-chai": "3.7.0", "source-map-support": "0.5.21", + "standard-version": "^9.5.0", "tslib": "2.4.0", "typescript": "4.8.4" },