Skip to content

Commit

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

### Features

* add context menu to diff ([d536f14](d536f14)), closes [#71](#71)
  • Loading branch information
semantic-release-bot committed Nov 20, 2020
1 parent 1d37b18 commit d8cb598
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* add context menu to diff ([d536f14](https://github.com/spdx/spdx-license-diff/commit/d536f144aafb5af20ba837b4802581de2fa1df8f)), closes [#71](https://github.com/spdx/spdx-license-diff/issues/71)

## [0.6.1](https://github.com/spdx/spdx-license-diff/compare/v0.6.0...v0.6.1) (2020-10-12)


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.6.1",
"version": "0.7.0",
"description": "Diff selected text against SPDX licenses",
"scripts": {
"clean": "rm -rf packages dist",
Expand Down

0 comments on commit d8cb598

Please sign in to comment.