Skip to content

Commit 4b55766

Browse files
chore(release): 0.11.0 [skip ci]
# [0.11.0](v0.10.1...v0.11.0) (2025-06-28) ### Features * **diffview:** enhance clarity and usability ([#138](#138)) ([7106d86](7106d86))
1 parent 43c4a12 commit 4b55766

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [0.11.0](https://github.com/spdx/spdx-license-diff/compare/v0.10.1...v0.11.0) (2025-06-28)
4+
5+
6+
### Features
7+
8+
* **diffview:** enhance clarity and usability ([#138](https://github.com/spdx/spdx-license-diff/issues/138)) ([7106d86](https://github.com/spdx/spdx-license-diff/commit/7106d866b8617159bb84e20e7dc054a1c2de3fc3))
9+
310
## [0.10.1](https://github.com/spdx/spdx-license-diff/compare/v0.10.0...v0.10.1) (2025-06-11)
411

512

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "__MSG_appName__",
33
"short_name": "__MSG_appShortName__",
44
"description": "__MSG_appDescription__",
5-
"version": "0.10.1",
5+
"version": "0.11.0",
66
"manifest_version": 3,
77
"default_locale": "en",
88
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spdx-license-diff",
33
"private": true,
4-
"version": "0.10.1",
4+
"version": "0.11.0",
55
"description": "Diff selected text against SPDX licenses",
66
"license": "GPL-3.0-or-later",
77
"scripts": {

0 commit comments

Comments
 (0)