Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 4, 2021
1 parent 0c9e3cf commit 0179e77
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v1.0.2](https://github.com/ljharb/publishers/compare/v1.0.1...v1.0.2) - 2021-02-04

### Commits

- [readme] add v1.0.1 example, and `--sort` example [`b6d4dfa`](https://github.com/ljharb/publishers/commit/b6d4dfaf17c2c008e6ba0237879c40e6da87c1ba)
- [actions] add "Allow Edits" workflow [`ffd8213`](https://github.com/ljharb/publishers/commit/ffd82131591687809d43f69e04f4675bcaa6b4a7)
- [actions] switch Automatic Rebase workflow to `pull_request_target` event [`0054e30`](https://github.com/ljharb/publishers/commit/0054e30d9a318323d02667dd44b63103081c071c)
- [Dev Deps] update `auto-changelog`, `nyc` [`2a3c07a`](https://github.com/ljharb/publishers/commit/2a3c07a229fa294f257947a03e78944e54e514db)
- [Dev Deps] update `aud`, `auto-changelog` [`e56cd4c`](https://github.com/ljharb/publishers/commit/e56cd4c16ff2630f60f110171ce1cca6fc786db8)
- [Deps] update `pacote`, `yargs` [`8f46a13`](https://github.com/ljharb/publishers/commit/8f46a138a15d69a24aa73ee783499da93a9f4790)
- [Dev Deps] update `auto-changelog`, `tape` [`7fb8b4d`](https://github.com/ljharb/publishers/commit/7fb8b4d3ce4da1248eb98fbe5232e88cc7a5b005)
- [Deps] update `pacote`, `yargs` [`afa7f6e`](https://github.com/ljharb/publishers/commit/afa7f6ecf4b56165ce70eeec8c9f05169f3e1312)
- [Deps] update `pacote`, `semver` [`1d615c0`](https://github.com/ljharb/publishers/commit/1d615c05cc8e70bab2b0aafb8f55a14a0e4a2579)
- [Tests] only audit prod deps [`554ca45`](https://github.com/ljharb/publishers/commit/554ca4556eaaf4515f54586e2e5fdf88163fed57)
- [Deps] ping `yargs` to ~15.3 [`0c9e3cf`](https://github.com/ljharb/publishers/commit/0c9e3cf8f8336dc331d0a7a39c858937e9a42d73)
- [Deps] update `semver` [`e2af72b`](https://github.com/ljharb/publishers/commit/e2af72b74f1147c8c17e210548154027b839583a)
- [Dev Deps] update `tape` [`f654c1d`](https://github.com/ljharb/publishers/commit/f654c1db64b813494b44efcd240fa2e37e940dd9)

## [v1.0.1](https://github.com/ljharb/publishers/compare/v1.0.0...v1.0.1) - 2020-02-04

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publishers",
"version": "1.0.1",
"version": "1.0.2",
"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 0179e77

Please sign in to comment.