1
0
Fork 0

chore(release): 0.1.10

This commit is contained in:
Sean Sube 2022-10-18 21:07:22 -05:00
parent 8977f948e9
commit e7b99ed482
2 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,19 @@
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.10](https://github.com/ssube/mocha-foam/compare/v0.1.9...v0.1.10) (2022-10-19)
### Features
* **build:** add standard-version tool ([8977f94](https://github.com/ssube/mocha-foam/commit/8977f948e98d6e4e661dbed96e71e904a022d401))
### Bug Fixes
* **test:** flapping empty property test, improve test logs ([0aff004](https://github.com/ssube/mocha-foam/commit/0aff004fc3f8d63c19b4eda91a987f863baba8ab))
* **test:** wrap test loops in assertions ([2370fb2](https://github.com/ssube/mocha-foam/commit/2370fb22c14beb7a069d9b4b835d21af115e9c6d))
### 0.1.9 (2022-10-17)

View File

@ -1,6 +1,6 @@
{
"name": "mocha-foam",
"version": "0.1.9",
"version": "0.1.10",
"main": "out/src/index.js",
"author": "ssube <seansube@gmail.com>",
"license": "MIT",