Skip to content

Commit

Permalink
Merge pull request #41 from ngarbezza/release-1.11.0
Browse files Browse the repository at this point in the history
🔖 release v1.11.0
  • Loading branch information
ngarbezza authored Oct 3, 2020
2 parents c780d5f + 123d879 commit 640e12a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Everything is released. Yay! :tada:

## [1.11.0] - 2019-10-02

### Added
- [[extension] Collection>>asArray()](https:/ngarbezza/oow/issues/29)
- [[extension] Object>>childResponsibility()](https:/ngarbezza/oow/issues/30)
- [[extension] removeAll() for Array and Set](https:/ngarbezza/oow/issues/23): also making `clear()` polymorphic (existing method in `Set`).

Also, some improvements to the repo were made: eslint rules, issue templates, upgrading dependencies.

## [1.10.0] - 2019-11-19

### Fixed
Expand Down Expand Up @@ -58,7 +67,8 @@ Everything is released. Yay! :tada:
- Changes to project structure: readme, changelog, dotfiles.
- Upgrade to latest version of Testy (v3.1.1)

[Unreleased]: https:/ngarbezza/oow/compare/v1.10.0...HEAD
[Unreleased]: https:/ngarbezza/oow/compare/v1.11.0...HEAD
[1.11.0]: https:/ngarbezza/oow/compare/v1.10.0...v1.11.0
[1.10.0]: https:/ngarbezza/oow/compare/v1.9.0...v1.10.0
[1.9.0]: https:/ngarbezza/oow/compare/v1.8.0...v1.9.0
[1.8.0]: https:/ngarbezza/oow/compare/v1.7.0...v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pmoo/oow",
"version": "1.10.0",
"version": "1.11.0",
"description": "Extension methods that should exist in JS core by default",
"homepage": "https:/ngarbezza/oow",
"repository": {
Expand Down

0 comments on commit 640e12a

Please sign in to comment.