Skip to content

Commit

Permalink
prepare for v5.2.1 release (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Jan 27, 2023
1 parent a0332fc commit 1b9768e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ You can see the full [features](#features) and learn more details in the [How-To
Happy testing!

## Releases
- **next** ([v5.2.0 pre-release](https://github.com/jest-community/vscode-jest/releases/tag/v5.2.0)): [release note](release-notes/release-note-v5.x.md#v520-pre-release)
- **next** ([v5.2.1 pre-release](https://github.com/jest-community/vscode-jest/releases/tag/v5.2.1)): [release note](release-notes/release-note-v5.x.md#v521-pre-release)
- **stable** ([v5.1.0](https://github.com/jest-community/vscode-jest/releases/tag/v5.1.0)): [release note](release-notes/release-note-v5.x.md#v510)
- **previous** ([v4.6.0](https://github.com/jest-community/vscode-jest/releases/tag/v4.6.0)): [release note](release-notes/release-note-v4.md#v460)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-jest",
"displayName": "Jest",
"description": "Use Facebook's Jest With Pleasure.",
"version": "5.2.0",
"version": "5.2.1",
"publisher": "Orta",
"engines": {
"vscode": "^1.68.1"
Expand Down
20 changes: 16 additions & 4 deletions release-notes/release-note-v5.x.md
Expand Up @@ -3,13 +3,16 @@
Release Notes
---
- [Release Notes](#release-notes)
- [v5.2.1 (pre-release)](#v521-pre-release)
- [Fixes](#fixes)
- [CHANGELOG](#changelog)
- [v5.2.0 (pre-release)](#v520-pre-release)
- [Main Features](#main-features)
- [1. Enhance control of test output terminal](#1-enhance-control-of-test-output-terminal)
- [2. Status Bar are colorized for execution error and warning status](#2-status-bar-are-colorized-for-execution-error-and-warning-status)
- [3. More control on parser plugins (decorators)](#3-more-control-on-parser-plugins-decorators)
- [Fixes](#fixes)
- [CHANGELOG](#changelog)
- [Fixes](#fixes-1)
- [CHANGELOG](#changelog-1)
- [v5.1.0](#v510)
- [Main Features](#main-features-1)
- [1. toggle autoRun and coverage through TestExplorer inline menu](#1-toggle-autorun-and-coverage-through-testexplorer-inline-menu)
Expand All @@ -25,11 +28,20 @@ Release Notes
- [11. supports v8 coverage provider](#11-supports-v8-coverage-provider)
- [12. supports running unresolved parameterized tests directly](#12-supports-running-unresolved-parameterized-tests-directly)
- [13. added auto-completion for jest module methods](#13-added-auto-completion-for-jest-module-methods)
- [Fixes](#fixes-1)
- [Fixes](#fixes-2)
- [Breaking Changes](#breaking-changes)
- [CHANGELOG](#changelog-1)
- [CHANGELOG](#changelog-2)
---

## v5.2.1 (pre-release)

### Fixes
- fix debug auto config for some win32 users. ([#998](https://github.com/jest-community/vscode-jest/pull/998) - @connectdotz)

### CHANGELOG
- [v5.2.1](https://github.com/jest-community/vscode-jest/releases/tag/v5.2.1)

---
## v5.2.0 (pre-release)


Expand Down
1 change: 1 addition & 0 deletions src/extensionManager.ts
Expand Up @@ -463,6 +463,7 @@ export class ExtensionManager {

const ReleaseNoteBase = 'https://github.com/jest-community/vscode-jest/blob/master/release-notes';
const ReleaseNotes: Record<string, string> = {
'5.2.1': `${ReleaseNoteBase}/release-note-v5.x.md#v521-pre-release`,
'5.2.0': `${ReleaseNoteBase}/release-note-v5.x.md#v520-pre-release`,
'5.1.0': `${ReleaseNoteBase}/release-note-v5.x.md#v510`,
'5.0.4': `${ReleaseNoteBase}/release-note-v5.md#v50-pre-release-roll-up`,
Expand Down

0 comments on commit 1b9768e

Please sign in to comment.