Skip to content

Commit

Permalink
fix: remove console.log of internals
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleavely committed Aug 23, 2022
2 parents 244d4ac + 3ce4734 commit 8a23b66
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 1.0.0 (2022-08-23)


### ⚠ BREAKING CHANGES

* Functionality, tests, and documentation

### Features

* Functionality, tests, and documentation ([37380a9](https://github.com/Sleavely/next-monthly/commit/37380a971097afb4a6d6df776800b26d89a2f6f0))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "next-monthly",
"version": "0.0.1",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "jest --verbose --silent && eslint ."
},
"keywords": ["recurring", "monthly", "dates", "billing"],
"keywords": [
"recurring",
"monthly",
"dates",
"billing"
],
"author": "Joakim Hedlund <contact@joakimhedlund.com>",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 8a23b66

Please sign in to comment.