Skip to content

Commit 1d6fddb

Browse files
author
Evgeny Barabanov
committed
chore(release): 1.2.0
1 parent b050d60 commit 1d6fddb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
<a name="1.2.0"></a>
6+
# [1.2.0](https://github.com/meltedspark/jest-marbles/compare/v1.1.2...v1.2.0) (2018-06-02)
7+
8+
9+
### Features
10+
11+
* **output:** pretty print marble differences for value objects ([2a29e92](https://github.com/meltedspark/jest-marbles/commit/2a29e92))
12+
* **output:** use native JSON.stringify pretty print option ([b050d60](https://github.com/meltedspark/jest-marbles/commit/b050d60))
13+
14+
15+
516
<a name="1.1.2"></a>
617
## [1.1.2](https://github.com/meltedspark/jest-marbles/compare/v1.1.1...v1.1.2) (2018-05-05)
718

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-marbles",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Marble testing helpers library for RxJs and Jest",
55
"main": "umd/jest-marbles.js",
66
"module": "lib/index.js",

0 commit comments

Comments
 (0)