Skip to content

Commit c144f27

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected]
1 parent 380eccc commit c144f27

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

packages/typescript-build/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-02)
7+
8+
**Note:** Version bump only for package @nuxt/typescript-build
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-07-26)
715

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

packages/typescript-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-build",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Nuxt.js TypeScript support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

packages/typescript-runtime/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-02)
7+
8+
9+
### chore
10+
11+
* **deps:** upgrade ts-node to v9 ([380eccc](https://github.com/nuxt/typescript/commit/380eccce6059ee819a381063540ca39c554f0b54))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **deps:** Drops support for Node versions < 10
17+
18+
19+
20+
21+
622
# [1.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-07-06)
723

824

packages/typescript-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-runtime",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Nuxt.js TypeScript Runtime support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

0 commit comments

Comments
 (0)