Skip to content

Commit

Permalink
chore(release): 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Barabanov committed Mar 2, 2018
1 parent b48ee80 commit 3c8abf3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@

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.

<a name="1.0.4"></a>
## [1.0.4](https://github.com/meltedspark/jest-marbles/compare/v1.0.3...v1.0.4) (2018-03-02)



<a name="1.0.3"></a>
## [1.0.3](https://github.com/meltedspark/jest-marbles/compare/1.0.2...1.0.3) (2018-03-02)
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.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-marbles",
"version": "1.0.3",
"version": "1.0.4",
"description": "Marble testing helpers library for RxJs and Jest",
"main": "umd/jest-marbles.js",
"module": "lib/index.js",
Expand All @@ -15,7 +15,15 @@
"engines": {
"node": ">=8.9.4"
},
"keywords": ["jest","marbles","marble","testing","test","rxjs","observable"],
"keywords": [
"jest",
"marbles",
"marble",
"testing",
"test",
"rxjs",
"observable"
],
"scripts": {
"cleanup": "shx rm -rf umd lib lib-esm lib-fesm typings coverage docs",
"prebuild": "npm run cleanup && npm run verify",
Expand All @@ -42,7 +50,7 @@
"prerelease": "npm run build",
"release": "standard-version",
"postrelease": "npm run release:github && npm run release:npm",
"release:github": "git push --no-verify --follow-tags origin master",
"release:github": "git push --follow-tags origin master",
"release:npm": "npm publish",
"release:preflight:package": "npm pack",
"size": "shx echo \"Gzipped Size:\" && cross-var strip-json-comments --no-whitespace $npm_package_main | gzip-size"
Expand Down

0 comments on commit 3c8abf3

Please sign in to comment.