Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew committed Feb 2, 2024
1 parent ee23aca commit 4aa2d72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ All notable changes to the "browser-compatibility-checker" extension will be doc
## [0.0.1] - 2024-02-01

- Initial release

## [1.0.0] - 2024-02-02

- Save Compat Issues to JSON for performance
- Add `foldersToIgnore` & `useError` settings
- Include MDN url in diagnostic information
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.
5 changes: 3 additions & 2 deletions 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": "0.0.1",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/BenAAndrew/browser-compatibility-checker.git"
Expand Down Expand Up @@ -85,7 +85,8 @@
"lint": "eslint src --ext ts",
"format": "npx prettier . --write",
"test": "mocha 'out/browser-compatibility-checker/test/*.spec.js'",
"extension-test": "vscode-test"
"extension-test": "vscode-test",
"publish": "vsce package && vsce publish"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand Down

0 comments on commit 4aa2d72

Please sign in to comment.