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

Commit 9916d28

Browse files
Release 0.9.1
1 parent 6e336a7 commit 9916d28

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.9.1 (2021-03-09)
2+
3+
#### :rocket: Enhancement
4+
* [#236](https://github.com/shipshapecode/ember-prism/pull/236) Use `require.resolve()` to check if Prism plugin files exist ([@Turbo87](https://github.com/Turbo87))
5+
6+
#### :house: Internal
7+
* [#185](https://github.com/shipshapecode/ember-prism/pull/185) Switch to GitHub actions ([@rwwagner90](https://github.com/rwwagner90))
8+
9+
#### Committers: 3
10+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
11+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
12+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
13+
114
## v0.9.0 (2020-10-12)
215

316
#### :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.9.0",
3+
"version": "0.9.1",
44
"description": "Ember components for PrismJS",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)