We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a4a43 commit acd6330Copy full SHA for acd6330
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 2.2.0 (2025-06-15)
2
+
3
+### Feat
4
5
+- add method to retrieve non-extension opened tabs as Tab instances
6
7
+### Refactor
8
9
+- refactor attribute assignments to include type annotations
10
+- implement singleton pattern for Tab instances by target_id
11
12
## 2.1.0 (2025-06-14)
13
14
### Feat
cz.yaml
@@ -2,4 +2,4 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
- version: 2.1.0
+ version: 2.2.0
0 commit comments