Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Oct 26, 2023
1 parent bb6c36e commit 72399bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@

## v9.0.0 (2023-10-26)

#### :boom: Breaking Change
* [#491](https://github.com/ember-learn/ember-styleguide/pull/491) Drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))
* [#488](https://github.com/ember-learn/ember-styleguide/pull/488) drop support for EOL node < 18 ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* [#492](https://github.com/ember-learn/ember-styleguide/pull/492) Move table of contents styling into concepts ([@MinThaMie](https://github.com/MinThaMie))
* [#493](https://github.com/ember-learn/ember-styleguide/pull/493) Move header anchor styling into styleguide ([@MinThaMie](https://github.com/MinThaMie))

#### :house: Internal
* [#489](https://github.com/ember-learn/ember-styleguide/pull/489) move to release-it for deploys ([@mansona](https://github.com/mansona))

#### Committers: 2
- Anne-Greeth Schot-van Herwijnen ([@MinThaMie](https://github.com/MinThaMie))
- Chris Manson ([@mansona](https://github.com/mansona))

8.5.0 / 2023-08-31
==================
* Pin node version in volta so that it runs for people who have node 18 #479 from @MinThaMie
Expand Down
4 changes: 2 additions & 2 deletions 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": "ember-styleguide",
"version": "8.5.0",
"version": "9.0.0",
"description": "Addon to help standardize the ember family of websites",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 72399bf

Please sign in to comment.