From 4c31a4270f5fb5215fcd2c620731d31df1804f05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Jul 2021 23:36:55 +0200 Subject: [PATCH] chore: release v0.2.2 (#9) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 ++ package.json | 250 +++++++++++++++++++++++++-------------------------- 2 files changed, 132 insertions(+), 125 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27b8a3..d426f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.2](https://www.github.com/readthedocs-fr/bin-client-vscode/compare/v0.2.1...v0.2.2) (2021-07-31) + + +### Code Refactoring + +* use form-data and update code ([2a7df50](https://www.github.com/readthedocs-fr/bin-client-vscode/commit/2a7df5053b4cf05c227c20565621939bfa53692e)) + ### [0.2.1](https://www.github.com/readthedocs-fr/bin-client-vscode/compare/v0.2.0...v0.2.1) (2021-06-02) diff --git a/package.json b/package.json index ae0fb95..be6249e 100644 --- a/package.json +++ b/package.json @@ -1,127 +1,127 @@ { - "name": "rtdbin", - "displayName": "Read The Bin", - "publisher": "readthedocs", - "description": "An extension to easily create bins.", - "version": "0.2.1", - "icon": "media/icon.png", - "main": "build/extension.js", - "prettier": "@typescord/prettier-config", - "scripts": { - "vscode:prepublish": "yarn build", - "deploy-vsce": "vsce publish", - "deploy-ovsx": "ovsx publish", - "package": "vsce package --yarn -o bin.vsix", - "build": "tsc", - "watch": "tsc -w", - "lint": "eslint src --ext ts", - "lint-fix": "yarn lint --fix", - "format": "prettier . --write" - }, - "author": "Read The Docs FR", - "engines": { - "vscode": "^1.52.0" - }, - "license": "MIT", - "homepage": "https://github.com/readthedocs-fr/bin-client-discord#readme", - "repository": { - "type": "git", - "url": "git+https://github.com/readthedocs-fr/bin-client-discord.git" - }, - "bugs": { - "url": "https://github.com/readthedocs-fr/bin-client-discord/issues" - }, - "activationEvents": [ - "onCommand:rtdbin.createBin" - ], - "contributes": { - "commands": [ - { - "command": "rtdbin.createBin", - "title": "Create a bin", - "category": "Bin", - "enablement": "activeEditor || activePanel == 'workbench.panel.output' || explorerViewletVisible && !explorerResourceIsFolder" - } - ], - "keybindings": [ - { - "command": "rtdbin.createBin", - "key": "ctrl+; h", - "when": "activeEditor || activePanel == 'workbench.panel.output'" - } - ], - "menus": { - "commandPalette": [ - { - "command": "rtdbin.createBin", - "title": "Create a bin", - "category": "Bin", - "when": "activeEditor || activePanel == 'workbench.panel.output'" - } - ], - "explorer/context": [ - { - "command": "rtdbin.createBin", - "group": "5_cutcopypaste", - "when": "!explorerResourceIsFolder" - } - ], - "editor/context": [ - { - "command": "rtdbin.createBin", - "group": "9_cutcopypaste", - "when": "editorTextFocus" - } - ] - }, - "configuration": { - "title": "Read The Bin", - "properties": { - "rtdbin.defaultLifetime": { - "type": "string", - "default": "0", - "pattern": "^[\\ddhms]+$", - "markdownDescription": "The default lifetime of your futures bins (0 for never, else in this format: 1d1h1m1s)" - }, - "rtdbin.defaultMaxUses": { - "type": "integer", - "default": "0", - "description": "The default max uses of your futures bins (0 for infinity)" - } - } - } - }, - "categories": [ - "Other" - ], - "dependencies": { - "form-data": "^4.0.0", - "got": "^11.8.2" - }, - "devDependencies": { - "@types/node": "^15.0.2", - "@types/vscode": "^1.52.0", - "@typescord/eslint-config": "^0.2.1", - "@typescord/prettier-config": "^0.1.2", - "@typescript-eslint/eslint-plugin": "^4.22.1", - "@typescript-eslint/parser": "^4.22.1", - "eslint": "^7.26.0", - "eslint-config-prettier": "^8.3.0", - "eslint-import-resolver-node": "^0.3.4", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-prettier": "^3.4.0", - "eslint-plugin-simple-import-sort": "^7.0.0", - "eslint-plugin-sonarjs": "^0.7.0", - "eslint-plugin-unicorn": "^32.0.1", - "ovsx": "0.1.0", - "prettier": "^2.3.0", - "rimraf": "^3.0.2", - "typescript": "~4.2.4", - "vsce": "^1.84.0" - }, - "keywords": [ - "bin", - "rtdbin", - "pastebin" - ] + "name": "rtdbin", + "displayName": "Read The Bin", + "publisher": "readthedocs", + "description": "An extension to easily create bins.", + "version": "0.2.2", + "icon": "media/icon.png", + "main": "build/extension.js", + "prettier": "@typescord/prettier-config", + "scripts": { + "vscode:prepublish": "yarn build", + "deploy-vsce": "vsce publish", + "deploy-ovsx": "ovsx publish", + "package": "vsce package --yarn -o bin.vsix", + "build": "tsc", + "watch": "tsc -w", + "lint": "eslint src --ext ts", + "lint-fix": "yarn lint --fix", + "format": "prettier . --write" + }, + "author": "Read The Docs FR", + "engines": { + "vscode": "^1.52.0" + }, + "license": "MIT", + "homepage": "https://github.com/readthedocs-fr/bin-client-discord#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/readthedocs-fr/bin-client-discord.git" + }, + "bugs": { + "url": "https://github.com/readthedocs-fr/bin-client-discord/issues" + }, + "activationEvents": [ + "onCommand:rtdbin.createBin" + ], + "contributes": { + "commands": [ + { + "command": "rtdbin.createBin", + "title": "Create a bin", + "category": "Bin", + "enablement": "activeEditor || activePanel == 'workbench.panel.output' || explorerViewletVisible && !explorerResourceIsFolder" + } + ], + "keybindings": [ + { + "command": "rtdbin.createBin", + "key": "ctrl+; h", + "when": "activeEditor || activePanel == 'workbench.panel.output'" + } + ], + "menus": { + "commandPalette": [ + { + "command": "rtdbin.createBin", + "title": "Create a bin", + "category": "Bin", + "when": "activeEditor || activePanel == 'workbench.panel.output'" + } + ], + "explorer/context": [ + { + "command": "rtdbin.createBin", + "group": "5_cutcopypaste", + "when": "!explorerResourceIsFolder" + } + ], + "editor/context": [ + { + "command": "rtdbin.createBin", + "group": "9_cutcopypaste", + "when": "editorTextFocus" + } + ] + }, + "configuration": { + "title": "Read The Bin", + "properties": { + "rtdbin.defaultLifetime": { + "type": "string", + "default": "0", + "pattern": "^[\\ddhms]+$", + "markdownDescription": "The default lifetime of your futures bins (0 for never, else in this format: 1d1h1m1s)" + }, + "rtdbin.defaultMaxUses": { + "type": "integer", + "default": "0", + "description": "The default max uses of your futures bins (0 for infinity)" + } + } + } + }, + "categories": [ + "Other" + ], + "dependencies": { + "form-data": "^4.0.0", + "got": "^11.8.2" + }, + "devDependencies": { + "@types/node": "^15.0.2", + "@types/vscode": "^1.52.0", + "@typescord/eslint-config": "^0.2.1", + "@typescord/prettier-config": "^0.1.2", + "@typescript-eslint/eslint-plugin": "^4.22.1", + "@typescript-eslint/parser": "^4.22.1", + "eslint": "^7.26.0", + "eslint-config-prettier": "^8.3.0", + "eslint-import-resolver-node": "^0.3.4", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-prettier": "^3.4.0", + "eslint-plugin-simple-import-sort": "^7.0.0", + "eslint-plugin-sonarjs": "^0.7.0", + "eslint-plugin-unicorn": "^32.0.1", + "ovsx": "0.1.0", + "prettier": "^2.3.0", + "rimraf": "^3.0.2", + "typescript": "~4.2.4", + "vsce": "^1.84.0" + }, + "keywords": [ + "bin", + "rtdbin", + "pastebin" + ] }