Skip to content

Commit

Permalink
docs updated for 12.1.3 (with #367 too)
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Jan 16, 2021
1 parent 9d7616c commit c2fa589
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,7 @@
## [12.1.3] - 2021-01-16
### Changed
- Added new translations (Thanks to @loniceras [PR #367](https://github.com/alefragnani/vscode-bookmarks/pull/367))

### Internal
- Update Tabnine URL

Expand Down
15 changes: 15 additions & 0 deletions src/whats-new/contentProvider.ts
Expand Up @@ -21,6 +21,21 @@ export class BookmarksContentProvider implements ContentProvider {
public provideChangeLog(): ChangeLogItem[] {
const changeLog: ChangeLogItem[] = [];

changeLog.push({ kind: ChangeLogKind.VERSION, detail: { releaseNumber: "12.1.3", releaseDate: "January 2021" } });
changeLog.push({
kind: ChangeLogKind.INTERNAL,
detail: {
message: "Added new translations",
id: 367,
kind: IssueKind.PR,
kudos: "@loniceras"
}
});
changeLog.push({
kind: ChangeLogKind.INTERNAL,
detail: "Update Tabnine URL"
});

changeLog.push({ kind: ChangeLogKind.VERSION, detail: { releaseNumber: "12.1.2", releaseDate: "January 2021" } });
changeLog.push({
kind: ChangeLogKind.INTERNAL,
Expand Down

0 comments on commit c2fa589

Please sign in to comment.