From ae9e030d3e4fe105fa920d8ec1615b73aad4316e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 26 Aug 2021 17:28:20 +0200 Subject: [PATCH] chore: update org --- CHANGELOG.md | 78 ++++++++++++++++++++++++++-------------------------- README.md | 12 ++++---- package.json | 2 +- 3 files changed, 46 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19fb01..fcc4793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,68 +2,68 @@ 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. -### [4.4.1](https://github.com/nuxt-contrib/hookable/compare/v4.4.0...v4.4.1) (2021-02-26) +### [4.4.1](https://github.com/unjs/hookable/compare/v4.4.0...v4.4.1) (2021-02-26) ### Bug Fixes -* avoid creating extra wrapper when merging hooks ([790c1c4](https://github.com/nuxt-contrib/hookable/commit/790c1c4dbbd1f7b9cb1995b40baeecead5346ed0)) +* avoid creating extra wrapper when merging hooks ([790c1c4](https://github.com/unjs/hookable/commit/790c1c4dbbd1f7b9cb1995b40baeecead5346ed0)) -## [4.4.0](https://github.com/nuxt-contrib/hookable/compare/v4.3.1...v4.4.0) (2021-01-21) +## [4.4.0](https://github.com/unjs/hookable/compare/v4.3.1...v4.4.0) (2021-01-21) ### Features -* **pkg:** expose module format ([2987b09](https://github.com/nuxt-contrib/hookable/commit/2987b0901e292eb4570f8141ca51cfd9d2d3f94f)) +* **pkg:** expose module format ([2987b09](https://github.com/unjs/hookable/commit/2987b0901e292eb4570f8141ca51cfd9d2d3f94f)) -### [4.3.1](https://github.com/nuxt-contrib/hookable/compare/v4.3.0...v4.3.1) (2020-11-06) +### [4.3.1](https://github.com/unjs/hookable/compare/v4.3.0...v4.3.1) (2020-11-06) ### Bug Fixes -* expose types ([0ffbaff](https://github.com/nuxt-contrib/hookable/commit/0ffbaffa91d38e333e0818cd73a084cf1e8657c8)) +* expose types ([0ffbaff](https://github.com/unjs/hookable/commit/0ffbaffa91d38e333e0818cd73a084cf1e8657c8)) -## [4.3.0](https://github.com/nuxt-contrib/hookable/compare/v4.2.0...v4.3.0) (2020-11-06) +## [4.3.0](https://github.com/unjs/hookable/compare/v4.2.0...v4.3.0) (2020-11-06) ### Features -* `mergeHooks` helper ([#26](https://github.com/nuxt-contrib/hookable/issues/26)) ([8c52d03](https://github.com/nuxt-contrib/hookable/commit/8c52d034aa1a40bafb13d0b847c72593c51fcba5)) +* `mergeHooks` helper ([#26](https://github.com/unjs/hookable/issues/26)) ([8c52d03](https://github.com/unjs/hookable/commit/8c52d034aa1a40bafb13d0b847c72593c51fcba5)) -## [4.2.0](https://github.com/nuxt-contrib/hookable/compare/v4.1.2...v4.2.0) (2020-10-23) +## [4.2.0](https://github.com/unjs/hookable/compare/v4.1.2...v4.2.0) (2020-10-23) ### Features -* hookOnce ([225fa8a](https://github.com/nuxt-contrib/hookable/commit/225fa8af85e1a504916c357f57b047143b6bc5ab)) +* hookOnce ([225fa8a](https://github.com/unjs/hookable/commit/225fa8af85e1a504916c357f57b047143b6bc5ab)) ### Bug Fixes -* typecheck for flatHooks ([7800190](https://github.com/nuxt-contrib/hookable/commit/7800190feb82134be5dd089ca184a18a6644da19)) +* typecheck for flatHooks ([7800190](https://github.com/unjs/hookable/commit/7800190feb82134be5dd089ca184a18a6644da19)) -### [4.1.2](https://github.com/nuxt-contrib/hookable/compare/v4.1.1...v4.1.2) (2020-08-24) +### [4.1.2](https://github.com/unjs/hookable/compare/v4.1.1...v4.1.2) (2020-08-24) ### Bug Fixes -* **build:** exclude regenerator and update target to ie 11 ([48acfc5](https://github.com/nuxt-contrib/hookable/commit/48acfc5c0a4b0fb8edc6e9790b37ad336c966215)) +* **build:** exclude regenerator and update target to ie 11 ([48acfc5](https://github.com/unjs/hookable/commit/48acfc5c0a4b0fb8edc6e9790b37ad336c966215)) -### [4.1.1](https://github.com/nuxt-contrib/hookable/compare/v4.1.0...v4.1.1) (2020-04-28) +### [4.1.1](https://github.com/unjs/hookable/compare/v4.1.0...v4.1.1) (2020-04-28) ### Bug Fixes -* **pkg:** typo in types entry name (fixes [#19](https://github.com/nuxt-contrib/hookable/issues/19)) ([b9ba90f](https://github.com/nuxt-contrib/hookable/commit/b9ba90fbc725097e41c430d7df4205985c2faaec)) +* **pkg:** typo in types entry name (fixes [#19](https://github.com/unjs/hookable/issues/19)) ([b9ba90f](https://github.com/unjs/hookable/commit/b9ba90fbc725097e41c430d7df4205985c2faaec)) -## [4.1.0](https://github.com/nuxt-contrib/hookable/compare/v4.0.0...v4.1.0) (2020-04-17) +## [4.1.0](https://github.com/unjs/hookable/compare/v4.0.0...v4.1.0) (2020-04-17) ### Features -* **types:** implement strict types ([823cdca](https://github.com/nuxt-contrib/hookable/commit/823cdcac728d189b802f75faa9a361ac5ea4883d)) +* **types:** implement strict types ([823cdca](https://github.com/unjs/hookable/commit/823cdcac728d189b802f75faa9a361ac5ea4883d)) -## [4.0.0](https://github.com/nuxt-contrib/hookable/compare/v3.0.0...v4.0.0) (2020-04-17) +## [4.0.0](https://github.com/unjs/hookable/compare/v3.0.0...v4.0.0) (2020-04-17) ### ⚠ BREAKING CHANGES @@ -72,64 +72,64 @@ All notable changes to this project will be documented in this file. See [standa ### Features -* allow disabling logger ([f8fb742](https://github.com/nuxt-contrib/hookable/commit/f8fb74224f1277ec7f7d5a37bd312af7514fc962)) -* allow removing registered hooks ([#16](https://github.com/nuxt-contrib/hookable/issues/16)) ([4134c31](https://github.com/nuxt-contrib/hookable/commit/4134c31c44256cc82cac3a7a3610ece9252431dc)) -* migrate to typescript ([d63ea3e](https://github.com/nuxt-contrib/hookable/commit/d63ea3e408ebea74ea3855af0c6e51880ebf9cac)) +* allow disabling logger ([f8fb742](https://github.com/unjs/hookable/commit/f8fb74224f1277ec7f7d5a37bd312af7514fc962)) +* allow removing registered hooks ([#16](https://github.com/unjs/hookable/issues/16)) ([4134c31](https://github.com/unjs/hookable/commit/4134c31c44256cc82cac3a7a3610ece9252431dc)) +* migrate to typescript ([d63ea3e](https://github.com/unjs/hookable/commit/d63ea3e408ebea74ea3855af0c6e51880ebf9cac)) -## [3.0.0](https://github.com/nuxt-contrib/hookable/compare/v2.3.0...v3.0.0) (2020-02-25) +## [3.0.0](https://github.com/unjs/hookable/compare/v2.3.0...v3.0.0) (2020-02-25) ### Bug Fixes -* revert back hooks ([07f52dc](https://github.com/nuxt-contrib/hookable/commit/07f52dc)) +* revert back hooks ([07f52dc](https://github.com/unjs/hookable/commit/07f52dc)) ### Features -* advanced deprecation ([5b88628](https://github.com/nuxt-contrib/hookable/commit/5b88628)) -* bundle package ([53a2a0e](https://github.com/nuxt-contrib/hookable/commit/53a2a0e)) +* advanced deprecation ([5b88628](https://github.com/unjs/hookable/commit/5b88628)) +* bundle package ([53a2a0e](https://github.com/unjs/hookable/commit/53a2a0e)) -# [2.3.0](https://github.com/nuxt-contrib/hookable/compare/v2.2.1...v2.3.0) (2019-09-01) +# [2.3.0](https://github.com/unjs/hookable/compare/v2.2.1...v2.3.0) (2019-09-01) ### Features -* hide deprecate warnings on production builds ([0861df3](https://github.com/nuxt-contrib/hookable/commit/0861df3)) +* hide deprecate warnings on production builds ([0861df3](https://github.com/unjs/hookable/commit/0861df3)) -## [2.2.1](https://github.com/nuxt-contrib/hookable/compare/v2.2.0...v2.2.1) (2019-08-21) +## [2.2.1](https://github.com/unjs/hookable/compare/v2.2.0...v2.2.1) (2019-08-21) -# [2.2.0](https://github.com/nuxt-contrib/hookable/compare/v2.1.0...v2.2.0) (2019-08-21) +# [2.2.0](https://github.com/unjs/hookable/compare/v2.1.0...v2.2.0) (2019-08-21) ### Features -* deprecateHooks ([62f2d38](https://github.com/nuxt-contrib/hookable/commit/62f2d38)) +* deprecateHooks ([62f2d38](https://github.com/unjs/hookable/commit/62f2d38)) -# [2.1.0](https://github.com/nuxt-contrib/hookable/compare/v2.0.1...v2.1.0) (2019-08-21) +# [2.1.0](https://github.com/unjs/hookable/compare/v2.0.1...v2.1.0) (2019-08-21) ### Features -* optional fatal support for logger ([7c7355d](https://github.com/nuxt-contrib/hookable/commit/7c7355d)) +* optional fatal support for logger ([7c7355d](https://github.com/unjs/hookable/commit/7c7355d)) -## [2.0.1](https://github.com/nuxt-contrib/hookable/compare/v2.0.0...v2.0.1) (2019-08-21) +## [2.0.1](https://github.com/unjs/hookable/compare/v2.0.0...v2.0.1) (2019-08-21) -# [2.0.0](https://github.com/nuxt-contrib/hookable/compare/v1.0.1...v2.0.0) (2019-08-21) +# [2.0.0](https://github.com/unjs/hookable/compare/v1.0.1...v2.0.0) (2019-08-21) ### Features -* custom logger ([ada6e37](https://github.com/nuxt-contrib/hookable/commit/ada6e37)) +* custom logger ([ada6e37](https://github.com/unjs/hookable/commit/ada6e37)) ### BREAKING CHANGES @@ -138,22 +138,22 @@ All notable changes to this project will be documented in this file. See [standa -## [1.0.1](https://github.com/nuxt-contrib/hookable/compare/v1.0.0...v1.0.1) (2019-03-16) +## [1.0.1](https://github.com/unjs/hookable/compare/v1.0.0...v1.0.1) (2019-03-16) ### Bug Fixes -* fix package.json (2) ([7ff4ce9](https://github.com/nuxt-contrib/hookable/commit/7ff4ce9)) +* fix package.json (2) ([7ff4ce9](https://github.com/unjs/hookable/commit/7ff4ce9)) -# [1.0.0](https://github.com/nuxt-contrib/hookable/compare/v0.0.7...v1.0.0) (2019-02-11) +# [1.0.0](https://github.com/unjs/hookable/compare/v0.0.7...v1.0.0) (2019-02-11) ### Features -* rewrite for 1.0.0 ([88decae](https://github.com/nuxt-contrib/hookable/commit/88decae)) +* rewrite for 1.0.0 ([88decae](https://github.com/unjs/hookable/commit/88decae)) ### BREAKING CHANGES diff --git a/README.md b/README.md index 2156eb7..25283d3 100644 --- a/README.md +++ b/README.md @@ -198,14 +198,14 @@ MIT - Made with 💖 by Nuxt.js team! [npm-downloads-src]: https://flat.badgen.net/npm/v/hookable [npm-downloads-href]: https://npmjs.com/package/hookable -[github-actions-ci-src]: https://github.com/nuxt-contrib/hookable/workflows/ci/badge.svg -[github-actions-ci-href]: https://github.com/nuxt-contrib/hookable/actions?query=workflow%3Aci +[github-actions-ci-src]: https://github.com/unjs/hookable/workflows/ci/badge.svg +[github-actions-ci-href]: https://github.com/unjs/hookable/actions?query=workflow%3Aci -[codecov-src]: https://flat.badgen.net/codecov/c/github/nuxt-contrib/hookable -[codecov-href]: https://codecov.io/gh/nuxt-contrib/hookable +[codecov-src]: https://flat.badgen.net/codecov/c/github/unjs/hookable +[codecov-href]: https://codecov.io/gh/unjs/hookable -[david-dm-src]: https://flat.badgen.net/david/dep/nuxt-contrib/hookable -[david-dm-href]: https://david-dm.org/nuxt-contrib/hookable +[david-dm-src]: https://flat.badgen.net/david/dep/unjs/hookable +[david-dm-href]: https://david-dm.org/unjs/hookable [packagephobia-src]: https://flat.badgen.net/packagephobia/install/hookable [packagephobia-href]: https://packagephobia.now.sh/result?p=hookable diff --git a/package.json b/package.json index 3be0a16..ba927ca 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "tapable", "tappable" ], - "repository": "nuxt-contrib/hookable", + "repository": "unjs/hookable", "license": "MIT", "contributors": [ "Sebastien Chopin (@Atinux)",