Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Chapiewsky committed Apr 18, 2019
1 parent d3ca109 commit 2413ab4
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 37 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.0.0 - 2019-04-18
### Added
- Added configuration via config file instead of .env (#40)[https://github.com/jpchip/giveaway-grabber/issues/40]
- Add contributing guide and code of conduct

Migration Guide:

Run `npm install`. Then run `gg init` or `npm start -- init` to create a config file. Delete your .env file.

## 2.9.0 - 2019-04-18
### Added
- Automatically enter captchas (#62)[https://github.com/jpchip/giveaway-grabber/issues/62]
Expand Down
160 changes: 124 additions & 36 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "giveaway-grabber",
"version": "2.9.0",
"version": "3.0.0",
"description": "Automates entries for Amazon Giveaways",
"preferGlobal": true,
"main": "index.js",
Expand Down

0 comments on commit 2413ab4

Please sign in to comment.