Skip to content

Commit

Permalink
revert(wrong release): remove wrong release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Kucherenko committed Oct 7, 2018
1 parent 91505e3 commit 708f98a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
39 changes: 0 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,6 @@

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.1.0-rc.0"></a>
# [1.1.0-rc.0](https://github.com/kucherenko/jscpd/compare/v1.0.0-alpha.2...v1.1.0-rc.0) (2018-10-06)


### Bug Fixes

* **code style:** fix code styles ([8dc8d12](https://github.com/kucherenko/jscpd/commit/8dc8d12))
* **logo:** Changed colors for logo ([caa0e5a](https://github.com/kucherenko/jscpd/commit/caa0e5a))


### Features

* **blame:** Add blame authors of copy/paste ([cd278bc](https://github.com/kucherenko/jscpd/commit/cd278bc))
* **options:** Add .gitignore support ([0702f0b](https://github.com/kucherenko/jscpd/commit/0702f0b)), closes [#100](https://github.com/kucherenko/jscpd/issues/100)
* **statistic:** Add statistic by source ([c1b9fe5](https://github.com/kucherenko/jscpd/commit/c1b9fe5))
* **statistic:** Add statistic for sources ([4321c90](https://github.com/kucherenko/jscpd/commit/4321c90))
* **statistic:** Add threshold to statistic report ([b5eb6a7](https://github.com/kucherenko/jscpd/commit/b5eb6a7))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/kucherenko/jscpd/compare/v1.0.0-alpha.2...v1.0.0) (2018-10-06)


### Bug Fixes

* **logo:** Changed colors for logo ([caa0e5a](https://github.com/kucherenko/jscpd/commit/caa0e5a))


### Features

* **blame:** Add blame authors of copy/paste ([cd278bc](https://github.com/kucherenko/jscpd/commit/cd278bc))
* **options:** Add .gitignore support ([0702f0b](https://github.com/kucherenko/jscpd/commit/0702f0b)), closes [#100](https://github.com/kucherenko/jscpd/issues/100)
* **statistic:** Add statistic by source ([c1b9fe5](https://github.com/kucherenko/jscpd/commit/c1b9fe5))
* **statistic:** Add statistic for sources ([4321c90](https://github.com/kucherenko/jscpd/commit/4321c90))
* **statistic:** Add threshold to statistic report ([b5eb6a7](https://github.com/kucherenko/jscpd/commit/b5eb6a7))



<a name="1.0.0-alpha.2"></a>
# [1.0.0-alpha.2](https://github.com/kucherenko/jscpd/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2018-08-24)

Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscpd",
"version": "1.1.0-rc.0",
"version": "1.0.0-alpha.2",
"description": "Copy/paste detector for programming code, support JavaScript, CoffeeScript, PHP, Ruby, Python, Less, Go, Java, Yaml, C#, C++, C, Puppet, Twig languages",
"main": "build/index.js",
"bin": {
Expand All @@ -27,7 +27,7 @@
"doc:html": "typedoc src/ --target ES6 --mode file --out build/docs --ignoreCompilerErrors",
"doc:json": "typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json",
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
"version": "standard-version --prerelease rc",
"version": "standard-version",
"reset": "git clean -dfx && git reset --hard && npm i",
"clean": "trash build test",
"all": "run-s reset test cov:check doc:html",
Expand Down

0 comments on commit 708f98a

Please sign in to comment.