Skip to content

Commit

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

Internal improvements and documentation updates

# 0.2.2

Internal improvements and documentation updates

# 0.2.1

Internal improvements and documentation updates
Expand Down
5 changes: 4 additions & 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.1",
"version": "0.2.3",
"description": "A predictable state management library that helps implement the BLoC design pattern in JavaScript",
"keywords": [
"state-management",
Expand All @@ -23,6 +23,9 @@
"engines": {
"node": ">=6.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"lint": "tslint --project tsconfig.json -t codeFrame 'lib/src/**/*.ts' 'test/**/*.ts'",
"format": "prettier --write \"lib/src/**/*.ts\"",
Expand Down

0 comments on commit 35268a7

Please sign in to comment.