Skip to content

Commit

Permalink
chore(bloc): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Sep 3, 2020
1 parent a4a8949 commit d8b8d43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.2.1

Internal improvements and documentation updates

- Dependency updates
- Documentation improvements

# 0.2.0

Feature parity with dart
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@felangel/bloc",
"version": "0.2.0",
"version": "0.2.1",
"description": "A predictable state management library that helps implement the BLoC design pattern in JavaScript",
"keywords": [
"state-management",
Expand Down

0 comments on commit d8b8d43

Please sign in to comment.