Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 4, 2016
1 parent a5a1d8c commit 3783b65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

## Changelog is not maintained!

## 1.0.0 - 2016-11-04
- First stable release
- semantic versioning
- port to work on node.js 0.10

## 0.0.0 - 2016-11-04
- Initial commit
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clean-stacktrace",
"version": "0.3.1",
"version": "1.0.0",
"description": "Clean up error stack traces - just a fork of [clean-stack][]. Working on node.js v0.10 and above.",
"repository": "tunnckoCore/clean-stacktrace",
"author": "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
Expand All @@ -13,7 +13,7 @@
"test": "npm run coverage",
"posttest": "npm run lint:coverage",
"coverage": "nyc node test.js",
"lint:coverage": "nyc check-coverage --lines 0 --branches 0 --statements 0 --functions 0",
"lint:coverage": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
"prerelease": "npm test",
"release": "standard-version --sign --no-verify"
Expand Down

0 comments on commit 3783b65

Please sign in to comment.