Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew committed Feb 2, 2024
1 parent 4aa2d72 commit bb1c3ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ All notable changes to the "browser-compatibility-checker" extension will be doc
- Save Compat Issues to JSON for performance
- Add `foldersToIgnore` & `useError` settings
- Include MDN url in diagnostic information

## [1.0.1] - 2024-02-02

- Update logo
- Update README
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ A tool for analyzing frontend code to find browser compatibility issues powered
1. `npm install`
2. `npm run watch`
3. Open VSCode & press F5 to run the extension

## Disclaimer
This tool is not a replacement for cross-browser testing and cannot verify how elements will perform on various browsers.
Elements which are not flagged as incompatible may still have issues on some browsers.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Checks compatibility of your frontend code with modern browsers",
"publisher": "benandrew",
"icon": "icon.png",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/BenAAndrew/browser-compatibility-checker.git"
Expand Down

0 comments on commit bb1c3ba

Please sign in to comment.