Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Jul 5, 2021
1 parent fa26e24 commit 20f6be8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/samrith-s/arrayx/compare/v1.0.0-beta.3...v1.0.0) (2021-07-05)


### Features

* implement `insertBefore` and `insertAfter` methods for conciseness ([06417c7](https://github.com/samrith-s/arrayx/commit/06417c77d9da459027fbb08da5f5b36c71e84a1f))


### Bug Fixes

* issue with `reduce` and `reduceRight` deducing initial value automatically ([cf22faa](https://github.com/samrith-s/arrayx/commit/cf22faac7f41319a7a79de577a808877f1cab522))
* issue with length values returned by `push` and `unshift` ([365940c](https://github.com/samrith-s/arrayx/commit/365940c0e2b2ce2eb9413b610dafc8265c5e98e2))
* reference error in `update` ([081b9a3](https://github.com/samrith-s/arrayx/commit/081b9a3e8151457f794d38e86a512b5c016e71dd))
* update typing of `filter` to account for boolean ([6a0ad0c](https://github.com/samrith-s/arrayx/commit/6a0ad0c93da7cbfde3d7f728dcaafac6c947547e))

## [1.0.0-beta.3](https://github.com/samrith-s/arrayx/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2021-07-05)

## [1.0.0-beta.2](https://github.com/samrith-s/arrayx/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-07-05)
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": "arryx",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "A lightweight implementation over native Javascript array for some extra sauce.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 20f6be8

Please sign in to comment.