Skip to content

Commit

Permalink
Merge pull request #15 from maxmind/changelog
Browse files Browse the repository at this point in the history
Add changelog
  • Loading branch information
andyjack authored Jun 13, 2019
2 parents 0ae8921 + b19a509 commit 63ceb08
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CHANGELOG
=========

0.1.1 (2019-06-13)
------------------

* Fix Insights and Factors response

0.1.0 (2019-06-13)
------------------

* Initial release.
11 changes: 11 additions & 0 deletions README.dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Steps for releasing:

1. Review open issues and PRs to see if any can easily be fixed, closed, or merged.
1. Bump copyright year in `README.md`, if necessary.
1. Review `CHANGELOG.md` for completeness and correctness. Update its release date.
1. Create a release PR containing the updates relating to any of the steps above.
1. Ensure that the release PR is merged into master.
1. With `master` checked out, run `yarn run release`. This will generate the docs, deploy docs, tag the release, push it to origin, create a GitHub release, and version the package on NPM.
1. Verify the release on [GitHub](https://github.com/maxmind/minfraud-api-node/releases)
and [NPM](https://npmjs.com/package/@maxmind/minfraud-api-node).
1. Manually edit the release on GitHub to include the release-specific notes found in `CHANGELOG.md`.

0 comments on commit 63ceb08

Please sign in to comment.