Skip to content

Commit

Permalink
Merge pull request #8 from tjarkpr/release/1.0.1
Browse files Browse the repository at this point in the history
Added release
  • Loading branch information
tjarkpr committed May 14, 2024
2 parents 3f4e08d + 7ce0ddd commit b4648d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ All notable changes to the "cosmosnosql-clear-container-extension" extension wil
## [1.0.0](https://github.com/tjarkpr/cosmosnosql-clear-container-extension/releases)

- Fixed icons and documentation

## [1.0.1](https://github.com/tjarkpr/cosmosnosql-clear-container-extension/releases)

- Fixed different tenant handling
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cosmosnosql-clear-container-extension",
"displayName": "CosmosNoSQL Clear Container Extension",
"description": "A simple, user-friendly way to clear all documents from CosmosNoSQL containers.",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.89.0"
},
Expand Down Expand Up @@ -128,7 +128,7 @@
},
"scripts": {
"vscode:prepublish": "npm run esbuild-base -- --minify",
"esbuild-base": "npm run prebuild && esbuild ./src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --format=cjs --platform=node && npm run copy",
"esbuild-base": "npm run prebuild && esbuild ./src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --format=cjs --platform=node && npm run unix-copy",
"prebuild": "rimraf dist",
"unix-copy": "rsync -a resources dist",
"copy": "xcopy /I /E resources dist\\resources",
Expand Down

0 comments on commit b4648d3

Please sign in to comment.