Skip to content

Commit

Permalink
chore(release): 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 22, 2024
1 parent 1d37b83 commit 58e04c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.5](https://github.com/adaltas/node-mocha-they/compare/v0.1.4...v0.1.5) (2024-09-22)

### [0.1.4](https://github.com/adaltas/node-mocha-they/compare/v0.1.3...v0.1.4) (2024-09-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ It returns a new function which behave exactly like the `it` function in mocha.

## Example using the before and after configuration hooks

A more complexe example covers the [usage of `before` and `after`](./samples/before-after-typescript.ts). The `ssh` object is converted to a fake SSH client and the connection is closed after the tests.
A more complexe example covers the [usage of `before` and `after`](./samples/before-after-typescript.ts). In this example, an `ssh` object is converted to a fake SSH client and the connection is closed after the tests.

```ts
Test before/after usage
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-they",
"version": "0.1.4",
"version": "0.1.5",
"description": "Extends Mocha with the function `they` to transparently run tests in local and ssh mode",
"keywords": [
"ssh",
Expand Down Expand Up @@ -75,7 +75,6 @@
"lint:check": "eslint",
"lint:fix": "eslint --fix",
"lint:staged": "npx lint-staged",
"publish": "git push --follow-tags origin master && npm publish",
"prepare": "husky install",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
Expand Down

0 comments on commit 58e04c6

Please sign in to comment.