Skip to content

Commit 8b44b8a

Browse files
author
buames
committed
release
- @email-types/data@1.0.0-canary.6 - @email-types/scripts@1.0.0-canary.2
1 parent b20edac commit 8b44b8a

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

packages/data/CHANGELOG.md

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

6+
## 1.0.0-canary.6 - 2019-12-23
7+
8+
#### 🚀 Updates
9+
10+
- Merge _.types.d.ts files into matching _.d.ts files during release (#16)
11+
([b20edac](https://github.com/email-types/email-types/commit/b20edac)), closes
12+
[#16](https://github.com/email-types/email-types/issues/16)
13+
14+
**Note:** Version bump only for package @email-types/data
15+
16+
# Change Log
17+
18+
All notable changes to this project will be documented in this file. See
19+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
20+
621
### 1.0.0-canary.5 - 2019-12-22
722

823
#### 📋 Misc

packages/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@email-types/data",
3-
"version": "1.0.0-canary.5",
3+
"version": "1.0.0-canary.6",
44
"description": "@email-types/data",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/scripts/CHANGELOG.md

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

6+
## 1.0.0-canary.2 - 2019-12-23
7+
8+
#### 🚀 Updates
9+
10+
- Merge _.types.d.ts files into matching _.d.ts files during release (#16)
11+
([b20edac](https://github.com/email-types/email-types/commit/b20edac)), closes
12+
[#16](https://github.com/email-types/email-types/issues/16)
13+
14+
**Note:** Version bump only for package @email-types/scripts
15+
16+
# Change Log
17+
18+
All notable changes to this project will be documented in this file. See
19+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
20+
621
## 1.0.0-canary.1 - 2019-12-22
722

823
#### 🚀 Updates

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@email-types/scripts",
4-
"version": "1.0.0-canary.1",
4+
"version": "1.0.0-canary.2",
55
"description": "@email-types/scripts",
66
"scripts": {
77
"build": "yarn ts tasks/build.ts",

0 commit comments

Comments
 (0)