Skip to content

Commit e107e6e

Browse files
committed
v0.8.0
1 parent b7a5aeb commit e107e6e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [](https://github.com/sam-goodwin/punchcard/compare/v0.7.0...v0.8.0) (2019-08-27)
2+
3+
4+
### Features
5+
6+
* **package:** re-structure package into extensible namespaces and folders ([#48](https://github.com/sam-goodwin/punchcard/issues/48)) ([a3a134b](https://github.com/sam-goodwin/punchcard/commit/a3a134b))
7+
* **shape:** remove redundant carrying of a type's runtime type ([#46](https://github.com/sam-goodwin/punchcard/issues/46)) ([2c11f19](https://github.com/sam-goodwin/punchcard/commit/2c11f19))
8+
* **shape:** rename any to dynamic: Type<unknown> and add unsafeDynamic: Type<any> ([#45](https://github.com/sam-goodwin/punchcard/issues/45)) ([27a60fa](https://github.com/sam-goodwin/punchcard/commit/27a60fa))
9+
* **stream:** namespace S3DeliveryStream under Firehose.Deliverystream ([#47](https://github.com/sam-goodwin/punchcard/issues/47)) ([206e4bb](https://github.com/sam-goodwin/punchcard/commit/206e4bb))
10+
11+
12+
113
# [0.7.0](https://github.com/sam-goodwin/punchcard/compare/v0.6.0...v0.7.0) (2019-08-21)
214

315

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@aws-cdk/aws-s3": "^1.5.0",
2020
"@aws-cdk/core": "^1.5.0",
2121
"@types/uuid": "^3.4.4",
22-
"punchcard": "^0.7.0",
22+
"punchcard": "^0.8.0",
2323
"uuid": "^3.3.2"
2424
},
2525
"devDependencies": {

packages/punchcard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "punchcard",
33
"description": "Type-safe AWS infrastructure.",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)