Skip to content

Commit 72399bf

Browse files
committed
Release 9.0.0
1 parent bb6c36e commit 72399bf

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2+
## v9.0.0 (2023-10-26)
3+
4+
#### :boom: Breaking Change
5+
* [#491](https://github.com/ember-learn/ember-styleguide/pull/491) Drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))
6+
* [#488](https://github.com/ember-learn/ember-styleguide/pull/488) drop support for EOL node < 18 ([@mansona](https://github.com/mansona))
7+
8+
#### :rocket: Enhancement
9+
* [#492](https://github.com/ember-learn/ember-styleguide/pull/492) Move table of contents styling into concepts ([@MinThaMie](https://github.com/MinThaMie))
10+
* [#493](https://github.com/ember-learn/ember-styleguide/pull/493) Move header anchor styling into styleguide ([@MinThaMie](https://github.com/MinThaMie))
11+
12+
#### :house: Internal
13+
* [#489](https://github.com/ember-learn/ember-styleguide/pull/489) move to release-it for deploys ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 2
16+
- Anne-Greeth Schot-van Herwijnen ([@MinThaMie](https://github.com/MinThaMie))
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
119
8.5.0 / 2023-08-31
220
==================
321
* Pin node version in volta so that it runs for people who have node 18 #479 from @MinThaMie

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-styleguide",
3-
"version": "8.5.0",
3+
"version": "9.0.0",
44
"description": "Addon to help standardize the ember family of websites",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)