Skip to content

Commit

Permalink
chore(release): 1.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.9](v1.0.8...v1.0.9) (2023-05-10)

### Bug Fixes

* add missing @types/ember__destroyable dependency ([9f61791](9f61791))
* add webpack@5 to fix "ember test" ([29c2e51](29c2e51))
* bump @types/ember-qunit to fix typechecking ([7b15be2](7b15be2))
* dedup "@types/ember" packages ([9d64849](9d64849))
* dedup @types/eslint to prevent type mismatch ([3191338](3191338))
* **deps:** update dependency ember-cli-babel to ^7.26.11 ([6a9f076](6a9f076))
* **deps:** update dependency ember-cli-htmlbars to ^5.7.2 ([55b44e5](55b44e5))
* **deps:** update dependency ember-cli-htmlbars to v6 ([1256130](1256130))
* ignore loading route when handling initial page load ([853ea7a](853ea7a))
* update ember-try to fix local run ([5d4c880](5d4c880))
* update node version for CI ([80554ec](80554ec))
  • Loading branch information
semantic-release-bot committed May 10, 2023
1 parent 75ab41b commit 17dbbb7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.0.9](https://github.com/CrowdStrike/ember-url-hash-polyfill/compare/v1.0.8...v1.0.9) (2023-05-10)


### Bug Fixes

* add missing @types/ember__destroyable dependency ([9f61791](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/9f61791b4022e72b4b89c05c641dfabc64b123a4))
* add webpack@5 to fix "ember test" ([29c2e51](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/29c2e51673e98565a2e6ac7212278a1231a01820))
* bump @types/ember-qunit to fix typechecking ([7b15be2](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/7b15be23117722cdaa7b0104d6ddfad3a1ff7a3c))
* dedup "@types/ember" packages ([9d64849](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/9d64849bd07b74c74dc948e356965fa93edcf20b))
* dedup @types/eslint to prevent type mismatch ([3191338](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/319133833458b86c821f6bddb17f85f14a71b2e2))
* **deps:** update dependency ember-cli-babel to ^7.26.11 ([6a9f076](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/6a9f076b6a4c3272e0f105b1a4239f7d8439a157))
* **deps:** update dependency ember-cli-htmlbars to ^5.7.2 ([55b44e5](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/55b44e5d42fdad2da05b4765eb4fccef9106df52))
* **deps:** update dependency ember-cli-htmlbars to v6 ([1256130](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/1256130adce4f59fad9c69b0c9dc97408e0ea814))
* ignore loading route when handling initial page load ([853ea7a](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/853ea7a1fc99273c21526f01cfc3d1ec4378ad6d))
* update ember-try to fix local run ([5d4c880](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/5d4c880b18b8e890622ac3d7e9044d382e17c71e))
* update node version for CI ([80554ec](https://github.com/CrowdStrike/ember-url-hash-polyfill/commit/80554ec72b3de2e8cb98c942cc2fbe68018c32de))

## [1.0.8](https://github.com/CrowdStrike/ember-url-hash-polyfill/compare/v1.0.7...v1.0.8) (2021-06-17)


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": "ember-url-hash-polyfill",
"version": "1.0.8",
"version": "1.0.9",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 17dbbb7

Please sign in to comment.