Skip to content

Commit

Permalink
Bump versions and packages for release (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Feb 29, 2024
1 parent 2ead3aa commit de8e93a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 99 deletions.
148 changes: 53 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vscode/extension-telemetry",
"description": "A module for Visual Studio Code extensions to report consistent telemetry.",
"version": "0.9.2",
"version": "0.9.3",
"author": {
"name": "Microsoft Corporation"
},
Expand All @@ -20,9 +20,9 @@
"compile": "tsc -p src/browser/tsconfig.json && tsc -p src/node/tsconfig.json"
},
"dependencies": {
"@microsoft/1ds-core-js": "^4.0.3",
"@microsoft/1ds-post-js": "^4.0.3",
"@microsoft/applicationinsights-web-basic": "^3.0.6"
"@microsoft/1ds-core-js": "^4.1.0",
"@microsoft/1ds-post-js": "^4.1.0",
"@microsoft/applicationinsights-web-basic": "^3.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.3",
Expand Down

0 comments on commit de8e93a

Please sign in to comment.