Skip to content

Commit

Permalink
đź”” Passable cumulative update:
Browse files Browse the repository at this point in the history
d0e88e8 [MINOR] Allow Failing With Rejection Message On Async Tests (Micha Sherman)
76ea925 Bump @babel/core from 7.5.5 to 7.6.0 (dependabot-preview[bot])
a7a27f0 Bump rollup from 1.20.3 to 1.21.0 (dependabot-preview[bot])
3eaaedd Bump @babel/cli from 7.5.5 to 7.6.0 (dependabot-preview[bot])
b7ef481 Bump date-fns from 2.0.1 to 2.1.0 (dependabot-preview[bot])
e967d5d Bump @babel/preset-env from 7.5.5 to 7.6.0 (dependabot-preview[bot])
a138aab Bump @babel/register from 7.5.5 to 7.6.0 (dependabot-preview[bot])
c393b09 Bump eslint-utils from 1.4.0 to 1.4.2 (#153) (dependabot[bot])
99d93f7 [Config] add exclusion list for changelog (ealush)
b0a0fc9 Bump sinon from 7.4.1 to 7.4.2 (dependabot-preview[bot])
521e6c5 Bump eslint from 6.2.2 to 6.3.0 (dependabot-preview[bot])
ee72846 Bump cross-env from 5.2.0 to 5.2.1 (dependabot-preview[bot])
e6a61aa Bump rollup from 1.20.2 to 1.20.3 (dependabot-preview[bot])
080a673 Bump rollup-plugin-commonjs from 10.0.2 to 10.1.0 (dependabot-preview[bot])
b05e1e5 Bump eslint-loader from 2.2.1 to 3.0.0 (dependabot-preview[bot])
2c627ec Bump babel-eslint from 10.0.2 to 10.0.3 (dependabot-preview[bot])
9d18056 Bump rollup from 1.20.1 to 1.20.2 (dependabot-preview[bot])
875be58 Bump eslint from 6.1.0 to 6.2.2 (dependabot-preview[bot])
473ae3a Bump date-fns from 1.30.1 to 2.0.1 (dependabot-preview[bot])
af632f0 Bump rollup from 1.19.4 to 1.20.1 (dependabot-preview[bot])
b57bc24 [Config] auto release project (ealush)
  • Loading branch information
a1vy committed Sep 9, 2019
1 parent d0e88e8 commit fdfe61e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.3.0] - 2019-09-09

### Additions
- d0e88e8 [MINOR] Allow Failing With Rejection Message On Async Tests (Micha Sherman)

## [7.2.4] - 2019-08-17

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions dist/passable.js

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

2 changes: 1 addition & 1 deletion dist/passable.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/passable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/passable.min.js.map

Large diffs are not rendered by default.

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,6 +1,6 @@
{
"name": "passable",
"version": "7.2.4",
"version": "7.3.0",
"description": "Isomorphic Data Model Validations",
"main": "./dist/passable.min.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit fdfe61e

Please sign in to comment.