Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec committed Sep 2, 2020
1 parent 380eccc commit c144f27
Show file tree
Hide file tree
Showing 4 changed files with 26 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.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





## [2.0.2](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-07-26)

**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.2",
"version": "2.0.3",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/typescript-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** upgrade ts-node to v9 ([380eccc](https://github.com/nuxt/typescript/commit/380eccce6059ee819a381063540ca39c554f0b54))


### BREAKING CHANGES

* **deps:** Drops support for Node versions < 10





# [1.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-07-06)


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": "1.0.0",
"version": "2.0.0",
"description": "Nuxt.js TypeScript Runtime support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down

0 comments on commit c144f27

Please sign in to comment.