Skip to content

Commit

Permalink
chore(release): 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Oct 30, 2017
1 parent e806541 commit b23f318
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<a name="3.8.1"></a>
## [3.8.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.1...3.8.1) (2017-10-30)


### Features

* **core:** add typescript declarations for typing ([105bcc3](https://github.com/JamieMason/Jasmine-Matchers/commit/105bcc3))



<a name="3.7.1"></a>
## [3.7.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.0...v3.7.1) (2017-07-27)
## [3.7.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.0...3.7.1) (2017-07-27)


### Bug Fixes
Expand Down
7 changes: 2 additions & 5 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# jasmine-expect

Additional matchers for the Jasmine BDD JavaScript testing library
Write Beautiful Specs with Custom Matchers

## Installation

Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.

```sh
npm install jasmine-expect --save
```
Expand Down Expand Up @@ -49,5 +47,4 @@ npm test

## License

MIT

MIT
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-expect",
"description": "Write Beautiful Specs with Custom Matchers",
"version": "3.7.1",
"version": "3.8.1",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/Jasmine-Matchers/issues",
"config": {
Expand Down

0 comments on commit b23f318

Please sign in to comment.