Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec committed Jan 16, 2021
1 parent 230cefb commit 9fd9f08
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/typescript-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-01-16)

**Note:** Version bump only for package @nuxt/typescript-build





## [2.0.3](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-02)

**Note:** Version bump only for package @nuxt/typescript-build
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-build",
"version": "2.0.3",
"version": "2.0.4",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-01-16)

**Note:** Version bump only for package @nuxt/typescript-runtime





# [2.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-runtime",
"version": "2.0.0",
"version": "2.0.1",
"description": "Nuxt.js TypeScript Runtime support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down

0 comments on commit 9fd9f08

Please sign in to comment.