Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 3c4a4b5

Browse files
Release 1.0.0
1 parent bf8f493 commit 3c4a4b5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2+
## v1.0.0 (2024-07-02)
3+
4+
#### :boom: Breaking Change
5+
* [#892](https://github.com/shipshapecode/ember-prism/pull/892) Drop support for node < 18 and ember < 4.8 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
6+
* [#778](https://github.com/shipshapecode/ember-prism/pull/778) ember-cli-update to 5.1, drop node 14 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
7+
* [#709](https://github.com/shipshapecode/ember-prism/pull/709) Ember 4.12, drop support for Ember < 4.4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
8+
* [#582](https://github.com/shipshapecode/ember-prism/pull/582) Ember 4.7, node >= 14 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
9+
10+
#### :house: Internal
11+
* [#955](https://github.com/shipshapecode/ember-prism/pull/955) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
12+
* [#878](https://github.com/shipshapecode/ember-prism/pull/878) Convert to TypeScript ([@charlesfries](https://github.com/charlesfries))
13+
* [#893](https://github.com/shipshapecode/ember-prism/pull/893) Switch to pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
15+
#### Committers: 2
16+
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
17+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
18+
119
## v0.13.0 (2022-07-28)
220

321
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-prism",
3-
"version": "0.13.0",
3+
"version": "1.0.0",
44
"description": "Ember components for PrismJS",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)