Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan751 committed Jun 26, 2021
1 parent 2e8b737 commit 2c715b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 65 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0 (2021-06-26)

* BREAKING CHANGE: moved Spy impl. to @netatwork/spy ([2e8b737](https://github.com/Netatwork-de/mocha-utils/commit/2e8b737))

The new repository is https://github.com/Netatwork-de/spy.

## <small>1.1.6 (2021-06-03)</small>

* chore: deps update and fixed linting ([f50d7f5](https://github.com/Netatwork-de/mocha-utils/commit/f50d7f5))
Expand Down
61 changes: 1 addition & 60 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netatwork/mocha-utils",
"version": "1.1.6",
"version": "2.0.0",
"description": "Utility package for mocha based test setup",
"main": "dist/index.js",
"typings": "dist/types/index",
Expand Down Expand Up @@ -30,13 +30,11 @@
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/chai": "^4.2.18",
"@types/karma": "^6.3.0",
"@types/mocha": "^8.2.2",
"@types/node": "^15.9.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"chai": "^4.3.4",
"conventional-changelog-cli": "^2.1.1",
"copyfiles": "^2.4.1",
"eslint": "^7.27.0",
Expand All @@ -53,7 +51,6 @@
"mocha-junit-reporter": "^2.0.0"
},
"peerDependencies": {
"chai": "4.x",
"karma": "5.x",
"mocha": "7.x"
},
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './Spy';
export * from './createSpecFunction';

0 comments on commit 2c715b7

Please sign in to comment.