Skip to content

Commit

Permalink
first v1 release (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfinnie authored Jul 12, 2019
1 parent 358bc55 commit 99c27fe
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 94 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Changelog

1.0.0
---

* Implemented Dependabot for security updates
* Finalized Development workstream
* Updated dependencies
* Reached point where v1 release makes sense.

**Will follow SEMVER from now on**

0.6.1
---

* Updated dependencies.
* swapped out `copy-paste` for `clipboardy`.

0.6
---

0.5
---

0.4
---

* Replaced `Optimist` with `nomnom` for command line args parsing.
* Bumped all versions and updated AWS SDK to use `upload` instead of `push`.

0.3
---

* Implenmeted PushFile using the native AWS SDK instead of out-dated package.

0.2
---

* Implemented feature that turns all pushed files public by default.

0.1
---

* Initial Release.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,4 @@ This will generate a nodemon process that will re-run `npm run build` any time c

## Changelog

0.6.1 - Updated packages and swapped out `copy-paste` for `clipboardy`.

0.4 - Replaced `Optimist` with `nomnom` for command line args parsing. Bumped all versions and updated AWS SDK to use `upload` instead of `push`.

0.3 - Implenmeted PushFile using the native AWS SDK instead of out-dated package

0.2 - Implemented feature that turns all pushed files public by default.
[See CHANGELOG.md](CHANGELOG.md)
Loading

0 comments on commit 99c27fe

Please sign in to comment.