Skip to content

Commit

Permalink
chore(release): 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.8.0](v0.7.0...v0.8.0) (2020-11-22)

### Features

* add dice coefficient check ([04081f0](04081f0)), closes [#63](#63)

### Performance Improvements

* swap js-levenshtein with fastest-levenshtein ([bfeb99a](bfeb99a))
  • Loading branch information
semantic-release-bot committed Nov 22, 2020
1 parent 688f227 commit b859ae6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# [0.8.0](https://github.com/spdx/spdx-license-diff/compare/v0.7.0...v0.8.0) (2020-11-22)


### Features

* add dice coefficient check ([04081f0](https://github.com/spdx/spdx-license-diff/commit/04081f031446ef35d13b10bfc3cf1da1654cd0d0)), closes [#63](https://github.com/spdx/spdx-license-diff/issues/63)


### Performance Improvements

* swap js-levenshtein with fastest-levenshtein ([bfeb99a](https://github.com/spdx/spdx-license-diff/commit/bfeb99ae7e9cb7d5527cee43662b063a927c8e47))

# [0.7.0](https://github.com/spdx/spdx-license-diff/compare/v0.6.1...v0.7.0) (2020-11-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spdx-license-diff",
"private": true,
"version": "0.7.0",
"version": "0.8.0",
"description": "Diff selected text against SPDX licenses",
"scripts": {
"clean": "rm -rf packages dist",
Expand Down

0 comments on commit b859ae6

Please sign in to comment.