Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pa3r2ocjl authored and ljharb committed Jan 16, 2020
1 parent 9054f64 commit 115fe4d
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.0](https://github.com/mathiasbynens/Array.of/compare/v0.1.1...v1.0.0) - 2020-01-16

### Commits

- [Breaking] convert implementation to use es-abstract and conform to the es-shims API [`3ade017`](https://github.com/mathiasbynens/Array.of/commit/3ade017f2b5bf1576b4db911aa4cc765f87131d9)
- [meta] add `auto-changelog` [`4df2c12`](https://github.com/mathiasbynens/Array.of/commit/4df2c12ac64a0dbac94e18e14c8c6a82cc2cedb6)
- [readme] update readme, rename license file [`72b9ce9`](https://github.com/mathiasbynens/Array.of/commit/72b9ce92cc2e7491d4755be9e3e471181dba4e5d)
- [Tests] use shared travis-ci configs [`4728bff`](https://github.com/mathiasbynens/Array.of/commit/4728bffb7791e8c70049c60364445b0b85dd2e3d)
- [Breaking] add "exports" to `package.json` [`fcd2ef5`](https://github.com/mathiasbynens/Array.of/commit/fcd2ef59a1c6afe24b8ebd5e134365544ba67162)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config` [`2e001c1`](https://github.com/mathiasbynens/Array.of/commit/2e001c1090697ef24e55d1f3f3f1ff2837d5e0c1)
- [meta] create FUNDING.yml [`5176bb5`](https://github.com/mathiasbynens/Array.of/commit/5176bb511c5e938916e75cee5ea592d545122f5f)
- [Test] fix tests for modern node assert.deepEqual [`6d09224`](https://github.com/mathiasbynens/Array.of/commit/6d09224c35e8febdc4806d6b099208dffcea5bcf)
- [Tests] clean up scripts [`13dcfd1`](https://github.com/mathiasbynens/Array.of/commit/13dcfd1846d27f7f327f184937baf37cafd700e7)
- Only apps should have lockfiles [`59e5b2d`](https://github.com/mathiasbynens/Array.of/commit/59e5b2d7c72fabbcfe3c061bf6d879eaf210aa3e)
- [meta] add `safe-publish-latest` [`b71f826`](https://github.com/mathiasbynens/Array.of/commit/b71f826b33069f9c9e8f810bdc24c140a4db1c97)
- [Tests] add `npx aud` in `posttest` [`9c7a022`](https://github.com/mathiasbynens/Array.of/commit/9c7a0226235adc41ccce89536a0152019c80b14b)
- [Tests] allow node 0.9 to fail. [`4823228`](https://github.com/mathiasbynens/Array.of/commit/48232281615c7728efc655a9ab59d19b39de3fda)

## [v0.1.1](https://github.com/mathiasbynens/Array.of/compare/v0.1.0...v0.1.1) - 2016-01-05

### Merged
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": "array.of",
"version": "0.1.1",
"version": "1.0.0",
"description": "A robust & optimized `Array.of` polyfill, based on the ECMAScript 6 specification.",
"homepage": "https://mths.be/array-of",
"main": "index.js",
Expand Down

0 comments on commit 115fe4d

Please sign in to comment.