Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 1, 2020
1 parent b2c4ccc commit 984acd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ 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/listify/compare/v1.0.1...v1.0.2) - 2020-05-01

### Fixed

- Revert "[Robustness] use `string.prototype.trim`" [`#9`](https://github.com/ljharb/listify/issues/9)

### Commits

- [eslint] fix errors [`d0a98dd`](https://github.com/ljharb/listify/commit/d0a98dde40cac76992340f7532f0a10039f48d03)
- [Dev Deps] update `aud`, `tape` [`651ba36`](https://github.com/ljharb/listify/commit/651ba36a939c287ef1e9d7519979fac4b03dd6fd)

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

### 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": "listify",
"version": "1.0.1",
"version": "1.0.2",
"description": "Turn an array into a list of comma-separated values, appropriate for use in an English sentence.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 984acd1

Please sign in to comment.