Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release vscode-mdx v1.0.0 #208

Merged
merged 1 commit into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/loud-weeks-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-birds-lick.md

This file was deleted.

18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
# Changelog

## 1.0.0

### Major Changes

- [#207](https://github.com/mdx-js/vscode-mdx/pull/207) [`1181523`](https://github.com/mdx-js/vscode-mdx/commit/1181523ff3178be6de05f8a6684d7f4c452e4cf8) Thanks [@JounQin](https://github.com/JounQin)! - build!: republish under `unifiedjs` org

### Patch Changes

- [#207](https://github.com/mdx-js/vscode-mdx/pull/207) [`1181523`](https://github.com/mdx-js/vscode-mdx/commit/1181523ff3178be6de05f8a6684d7f4c452e4cf8) Thanks [@JounQin](https://github.com/JounQin)! - ci: add publish workflow for releasing on CI automatically

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.2](https://github.com/mdx-js/vscode-mdx/compare/v0.3.1...v0.3.2) (2022-07-06)


### Bug Fixes

* correct badge links, add donate and funding fields ([ed75936](https://github.com/mdx-js/vscode-mdx/commit/ed759369b94121f54e74d91090a6e42f06b9898e))
- correct badge links, add donate and funding fields ([ed75936](https://github.com/mdx-js/vscode-mdx/commit/ed759369b94121f54e74d91090a6e42f06b9898e))

### [0.3.1](https://github.com/mdx-js/vscode-mdx/compare/v0.3.0...v0.3.1) (2022-07-06)

## [0.3.0](https://github.com/mdx-js/vscode-mdx/compare/v0.2.3...v0.3.0) (2022-07-06)


### ⚠ BREAKING CHANGES

* use mdx v2 comment syntax
- use mdx v2 comment syntax

### Features

* use mdx v2 comment syntax ([b4a5968](https://github.com/mdx-js/vscode-mdx/commit/b4a5968213d83ccca3dd96d0fd2ce3aaba8ab505))
- use mdx v2 comment syntax ([b4a5968](https://github.com/mdx-js/vscode-mdx/commit/b4a5968213d83ccca3dd96d0fd2ce3aaba8ab505))

### [0.2.3](https://github.com/mdx-js/vscode-mdx/compare/v0.2.2...v0.2.3) (2021-03-17)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-mdx",
"version": "0.3.2",
"version": "1.0.0",
"displayName": "VSCode MDX",
"description": "Visual Studio Code extension for MDX",
"categories": [
Expand Down