Skip to content

Commit cb0a9e2

Browse files
committed
bump to v0.1.1
1 parent 21a89f4 commit cb0a9e2

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,39 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
10+
## [0.1.1] - 2020-05-02
11+
### Fixed
12+
- [Support Library] Fix event handler binding
13+
14+
115
## [0.1.0] - 2020-04-24
216
### Added
317
- [Support Library] Schedule CloudWatch Events for re-invocation during long process
418
- [Support Library] Publish metrics to CloudWatch
519

620
### Changed
21+
- [Support Library] Fallback to S3 in log delivery
22+
23+
### Fixed
724
- [Support Library] Fix CloudWatch log delivery
825

26+
927
## [0.0.1] - 2020-04-14
1028
### Added
11-
- [CLI Plugin] Initial version in line with Python plugin
29+
- [CLI Plugin] Initial version in line with [Python plugin](https://github.com/aws-cloudformation/cloudformation-cli-python-plugin)
1230
- [CLI Plugin] Build using SAM CLI (both locally or with docker support)
1331
- [Support Library] Callback in order to report progress to CloudFormation
1432
- [Support Library] Mechanism for log delivery to CloudWatch
1533
- [Support Library] Base Model class as well as Progress Event class
34+
35+
36+
[Unreleased]: https://github.com/eduardomourar/cloudformation-cli-typescript-plugin/compare/v0.1.1...HEAD
37+
[0.1.1]: https://github.com/eduardomourar/cloudformation-cli-typescript-plugin/compare/v0.1.0...v0.1.1
38+
[0.1.0]: https://github.com/eduardomourar/cloudformation-cli-typescript-plugin/compare/v0.0.1...v0.1.0
39+
[0.0.1]: https://github.com/eduardomourar/cloudformation-cli-typescript-plugin/releases/tag/v0.0.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfn-rpdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.",
55
"main": "dist/index.js",
66
"directories": {

0 commit comments

Comments
 (0)