Skip to content

Commit

Permalink
chore(release): 0.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.1](v0.9.0...v0.9.1) (2021-03-09)

### Bug Fixes

* fix duplicate adding of context menu ([f3423b9](f3423b9)), closes [#82](#82)
* fix newtab to open selected item ([c0432dc](c0432dc))
* fix newtab to use selected license ([c795559](c795559))
* fix update for license list 3.12 ([24b23f4](24b23f4)), closes [#83](#83)
  • Loading branch information
semantic-release-bot committed Mar 9, 2021
1 parent 660e903 commit 14bfa56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.9.1](https://github.com/spdx/spdx-license-diff/compare/v0.9.0...v0.9.1) (2021-03-09)


### Bug Fixes

* fix duplicate adding of context menu ([f3423b9](https://github.com/spdx/spdx-license-diff/commit/f3423b9ecf4d7bf15b2ec7201243270d22461064)), closes [#82](https://github.com/spdx/spdx-license-diff/issues/82)
* fix newtab to open selected item ([c0432dc](https://github.com/spdx/spdx-license-diff/commit/c0432dce15043d2d5b7dfb86177c0244a1456ed3))
* fix newtab to use selected license ([c795559](https://github.com/spdx/spdx-license-diff/commit/c795559ce556d20f18633d81c867b37e2a38defa))
* fix update for license list 3.12 ([24b23f4](https://github.com/spdx/spdx-license-diff/commit/24b23f481ae35110a5669f101156c7347bd8515f)), closes [#83](https://github.com/spdx/spdx-license-diff/issues/83)

# [0.9.0](https://github.com/spdx/spdx-license-diff/compare/v0.8.2...v0.9.0) (2021-03-03)


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

0 comments on commit 14bfa56

Please sign in to comment.