Skip to content

Commit

Permalink
update changelog for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 25, 2021
1 parent 5f6130a commit 2d95977
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## [v0.2.0](https://github.com/rokucommunity/roku-promise/compare/v0.1.0...v0.2.0) - 2021-10-25
### Added
- new function `createResolvedPromise()` ([#9](https://github.com/rokucommunity/roku-promise/pull/9))
### Changed
- made `createPromiseFromNode()` public ([#9](https://github.com/rokucommunity/roku-promise/pull/9))
### Fixed
- issues in `dispose()` logic ([#9](https://github.com/rokucommunity/roku-promise/pull/9))



## [v0.1.0](https://github.com/rokucommunity/roku-promise/compare/84f88abf9c2e23086c9067820f6da7258fe97af5...v0.1.0) - 2020-10-17
### Added
- initial release

0 comments on commit 2d95977

Please sign in to comment.