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

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jul 2, 2024
1 parent bf8f493 commit 3c4a4b5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@

## v1.0.0 (2024-07-02)

#### :boom: Breaking Change
* [#892](https://github.com/shipshapecode/ember-prism/pull/892) Drop support for node < 18 and ember < 4.8 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#778](https://github.com/shipshapecode/ember-prism/pull/778) ember-cli-update to 5.1, drop node 14 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#709](https://github.com/shipshapecode/ember-prism/pull/709) Ember 4.12, drop support for Ember < 4.4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#582](https://github.com/shipshapecode/ember-prism/pull/582) Ember 4.7, node >= 14 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* [#955](https://github.com/shipshapecode/ember-prism/pull/955) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#878](https://github.com/shipshapecode/ember-prism/pull/878) Convert to TypeScript ([@charlesfries](https://github.com/charlesfries))
* [#893](https://github.com/shipshapecode/ember-prism/pull/893) Switch to pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 2
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v0.13.0 (2022-07-28)

#### :rocket: Enhancement
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-prism",
"version": "0.13.0",
"version": "1.0.0",
"description": "Ember components for PrismJS",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 3c4a4b5

Please sign in to comment.