Skip to content

Commit

Permalink
Update versions to 1.0.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorialslocum authored Jun 2, 2023
1 parent 0899ded commit a1deeb6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPER_README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spaCy VSCode Extension

Version 1.0.0
Version 1.0.1

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a1deeb6

Please sign in to comment.