From 17f67e3730fc6d58bbe6fc3e1b245c7e46b72bc7 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Mon, 17 Oct 2022 08:40:58 -0500 Subject: [PATCH] chore(release): 0.1.9 --- CHANGELOG.md | 10 ++++++++++ package.json | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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" },