Skip to content

Commit dcb18bd

Browse files
committed
Publish 1.1.0.
1 parent e7752d1 commit dcb18bd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
Version must be kept in-sync between [`package.json`](package.json) and [`wxt.config.js`](wxt.config.ts).
66

77
## [Unreleased]
8+
9+
## [1.1.0] - 2025-10-07
810
### Added
911
- Support for GitHub projects (draft and "real" issues). ([#108](https://github.com/diffplug/gitcasso/pull/108))
1012
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
"corpus": "tsx tests/corpus-view.ts"
6868
},
6969
"type": "module",
70-
"version": "1.0.0"
70+
"version": "1.1.0"
7171
}

wxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
},
1515
name: "Gitcasso",
1616
permissions: ["activeTab"],
17-
version: "1.0.0",
17+
version: "1.1.0",
1818
},
1919
modules: ["@wxt-dev/webextension-polyfill"],
2020
srcDir: "src",

0 commit comments

Comments
 (0)