From a1deeb6177d4dc76e04213169a11989f3a2526e1 Mon Sep 17 00:00:00 2001 From: Victoria <80417010+victorialslocum@users.noreply.github.com> Date: Fri, 2 Jun 2023 10:55:46 -0400 Subject: [PATCH] Update versions to 1.0.1 (#29) --- CHANGELOG.md | 6 ++++++ DEVELOPER_README.md | 2 +- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17e083..b2caf11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ We try to follow semantic versioning (semver) if possible: > Given a version number 1.2.3, 1 is the major number, 2 the minor and 3 the patch number. +## [1.0.1] - 02/06/2023 + +### Fixed + +- File bug in windows + ## [1.0.0] - 02/05/2023 ### Fixed diff --git a/DEVELOPER_README.md b/DEVELOPER_README.md index c1b59c6..83945b4 100644 --- a/DEVELOPER_README.md +++ b/DEVELOPER_README.md @@ -1,6 +1,6 @@ # spaCy VSCode Extension -Version 1.0.0 +Version 1.0.1 ## Introduction diff --git a/README.md b/README.md index ab7ca08..94412b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # spaCy VSCode Extension -Version 1.0.0 +Version 1.0.1 The spaCy VSCode Extension provides additional tooling and features for working with spaCy's config files. Version 1.0.0 includes hover descriptions for registry functions, variables, and section names within the config as an installable extension. diff --git a/package-lock.json b/package-lock.json index 97dcf9a..d2c86e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spacy-extension", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spacy-extension", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "vscode-languageclient": "^8.0.2" diff --git a/package.json b/package.json index 2130e10..3764de4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Explosion", "repository": "https://github.com/explosion/spacy-vscode", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "icon": "icon.png", "galleryBanner": { "color": "#1e415e",