From 0179e77d8a6b243802306150cc855f36fa8b9830 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 4 Feb 2021 11:14:07 -0800 Subject: [PATCH] v1.0.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 844b6b9..89ca2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 85231b7..04ce5e4 100644 --- a/package.json +++ b/package.json @@ -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",