Skip to content

Commit

Permalink
Release 0.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 4, 2022
1 parent d6c8fcf commit f8d5ddb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.5
* Added `spy.onCall()` for re-mocking (by Valery Zubkov).

## 0.4
* Add Node.js 10 and 8 support.
* Added Node.js 10 and 8 support.

## 0.3.2
* Fixed keeping origin `fn.length` in spy.s
* Fixed keeping origin `fn.length` in spy.

## 0.3.1
* Reduced package size.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanospy",
"version": "0.4.0",
"version": "0.5.0",
"description": "Spy and mock methods in tests with great TypeScript support",
"keywords": [
"spy",
Expand Down

0 comments on commit f8d5ddb

Please sign in to comment.