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

Commit 1fa76c0

Browse files
Release 0.13.0
1 parent cea46c3 commit 1fa76c0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ https://github.com/highlightjs/highlight.js/issues/2877
44

55

66

7+
8+
## v0.13.0 (2022-07-28)
9+
10+
#### :rocket: Enhancement
11+
* [#554](https://github.com/shipshapecode/ember-prism/pull/554) feat: add @start to CodeBlock for custom line number start ([@srsgores](https://github.com/srsgores))
12+
13+
#### :memo: Documentation
14+
* [#435](https://github.com/shipshapecode/ember-prism/pull/435) Update README.md ([@amyrlam](https://github.com/amyrlam))
15+
16+
#### :house: Internal
17+
* [#456](https://github.com/shipshapecode/ember-prism/pull/456) Ember 4.1 ([@rwwagner90](https://github.com/rwwagner90))
18+
19+
#### Committers: 3
20+
- Amy Lam ([@amyrlam](https://github.com/amyrlam))
21+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
22+
- Sean Goresht ([@srsgores](https://github.com/srsgores))
23+
724
## v0.12.0 (2021-10-18)
825

926
#### :house: Internal

package.json

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

0 commit comments

Comments
 (0)