Skip to content

Commit

Permalink
docs updated for 11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Oct 17, 2020
1 parent 0dc605b commit e6a4147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## [11.4.0] - 2020-09-??
## [11.4.0] - 2020-10-16
### Added
- Support clear the bookmark label in `Toggle Labeled` and `Edit Label` commands (issue [#320](https://github.com/alefragnani/vscode-bookmarks/issues/320))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "Bookmarks",
"displayName": "Bookmarks",
"description": "Mark lines and jump to them",
"version": "11.3.1",
"version": "11.4.0",
"publisher": "alefragnani",
"engines": {
"vscode": "^1.45.0"
Expand Down
2 changes: 1 addition & 1 deletion src/whats-new/contentProvider.ts
Expand Up @@ -20,7 +20,7 @@ export class WhatsNewBookmarksContentProvider implements ContentProvider {

public provideChangeLog(): ChangeLogItem[] {
const changeLog: ChangeLogItem[] = [];
changeLog.push({ kind: ChangeLogKind.VERSION, detail: { releaseNumber: "11.4.0", releaseDate: "September 2020" } });
changeLog.push({ kind: ChangeLogKind.VERSION, detail: { releaseNumber: "11.4.0", releaseDate: "October 2020" } });
changeLog.push({
kind: ChangeLogKind.NEW,
detail: {
Expand Down

0 comments on commit e6a4147

Please sign in to comment.