Skip to content

Commit fbce744

Browse files
Merge pull request #11 from etsd-tech/changeset-release/main
Version Packages
2 parents f2eeff9 + 5ab5ee8 commit fbce744

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/remove-tabs-permission.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/chrome-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mcp-pointer/chrome-extension
22

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- 27d726d: Remove unnecessary tabs permission from Chrome extension manifest to comply with Chrome Web Store policy. The chrome.tabs.create() function works without the tabs permission.
8+
39
## 0.4.3
410

511
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-pointer/chrome-extension",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/etsd-tech/mcp-pointer.git",

packages/chrome-extension/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "MCP Pointer",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"description": "Point to DOM elements for your agentic coding tools",
66
"icons": {
77
"16": "icon.png",

0 commit comments

Comments
 (0)