chore(release): 0.1.9
This commit is contained in:
parent
0d25da1fbd
commit
17f67e3730
|
@ -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))
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mocha-foam",
|
"name": "mocha-foam",
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"main": "out/src/index.js",
|
"main": "out/src/index.js",
|
||||||
"author": "ssube <seansube@gmail.com>",
|
"author": "ssube <seansube@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -30,6 +30,7 @@
|
||||||
"sinon": "14.0.1",
|
"sinon": "14.0.1",
|
||||||
"sinon-chai": "3.7.0",
|
"sinon-chai": "3.7.0",
|
||||||
"source-map-support": "0.5.21",
|
"source-map-support": "0.5.21",
|
||||||
|
"standard-version": "^9.5.0",
|
||||||
"tslib": "2.4.0",
|
"tslib": "2.4.0",
|
||||||
"typescript": "4.8.4"
|
"typescript": "4.8.4"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue