Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 3, 2020
1 parent 5f63234 commit 285224d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,3 +6,18 @@ 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).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## v1.0.0 - 2020-02-03

### Commits

- Initial commit [`6b34765`](https://github.com/ljharb/publishers/commit/6b3476501afac2258a988c7bc028ee9a7f0db85b)
- Implementation [`74028fc`](https://github.com/ljharb/publishers/commit/74028fc2464c786bd5a1c523f50d49baa0dfeb3d)
- Tests [`3c0ab6b`](https://github.com/ljharb/publishers/commit/3c0ab6bfcb36cc953dcfaa5174535e6bbc6d6189)
- npm init [`7b61d8d`](https://github.com/ljharb/publishers/commit/7b61d8dabd774f329218881ac405e10c40a4dc04)
- [meta] add `auto-changelog` [`856639f`](https://github.com/ljharb/publishers/commit/856639f6554c00512972102fbf9dbd93bf762e54)
- [actions] add automatic rebasing / merge commit blocking [`d59ea41`](https://github.com/ljharb/publishers/commit/d59ea41af3131ec513253dea90106243e100789b)
- [Tests] add `npm run lint` [`e026eab`](https://github.com/ljharb/publishers/commit/e026eab156b4ac53e2eb836a5ff43403637b75cf)
- [Tests] use shared travis-ci configs [`7c7a652`](https://github.com/ljharb/publishers/commit/7c7a652225903ac4ad5bb3e729151eb8b9c8d027)
- Only apps should have lockfiles [`1ee487f`](https://github.com/ljharb/publishers/commit/1ee487f3a2863580d40546f19486ccc9e364cbd4)
- [meta] add `safe-publish-latest` [`5f63234`](https://github.com/ljharb/publishers/commit/5f632344139561b1bf5330c6a9bfca3bbe783c05)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "publishers",
"version": "0.0.0",
"version": "1.0.0",
"description": "Provide a package name, get a list of every version, and who published it",
"bin": "./bin/publishers",
"main": "index.js",
Expand Down

0 comments on commit 285224d

Please sign in to comment.