Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew committed Feb 2, 2024
1 parent bb1c3ba commit 74f4a2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ All notable changes to the "browser-compatibility-checker" extension will be doc

- Update logo
- Update README

## [1.0.2] - 2024-02-02

- Update keywords & categories
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-compatibility-checker",
"displayName": "Browser compatibility checker",
"description": "Checks compatibility of your frontend code with modern browsers",
"description": "Checks compatibility of your HTML/CSS/JS with modern browsers. Uses MDN compatibility data to check for deprecated/mixed-support features.",
"publisher": "benandrew",
"icon": "icon.png",
"version": "1.0.1",
Expand All @@ -13,7 +13,15 @@
"vscode": "^1.85.0"
},
"categories": [
"Other"
"Programming Languages",
"Linters"
],
"keywords": [
"browser compatibility",
"browser",
"code analysis",
"linting",
"mdn compatibility"
],
"activationEvents": [
"onStartupFinished"
Expand Down

0 comments on commit 74f4a2d

Please sign in to comment.