Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Apr 15, 2022
1 parent db3c9bd commit 5f54dfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2

* Remove `console.log`

## 0.1.1

* Use in memory token and retry when expired.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berviantoleo/feature-flag",
"version": "0.1.1",
"version": "0.1.2",
"main": "lib/index.js",
"private": false,
"repository": "git@github.com:berviantoleo/feature-flag.git",
Expand Down

0 comments on commit 5f54dfd

Please sign in to comment.