Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 3, 2018
1 parent a9665e9 commit 50a44c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.1.0

- ENHANCEMENT: Allow excluding the file extension from the snippet name by @dfreeman

# 2.0.1
- BUGFIX: fix loading snippets from a subdirectory by @dwickern
- HOUSEkEEPING: update deps by @BnitoBzh

# 2.0.0

- BREAKING CHANGE: we used to include syntax highlighting support for *every* language supported by highlight.js. This is hundreds of languages and it results in a lot of unused code. Starting in 2.0.0, we only include a small set of defaults that are likely relevant to Ember users, and provide the option to substitute your own custom build of highlight.js if you need a different set. See "Syntax Highlighting Language Support" in the README.
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-code-snippet",
"version": "2.0.1",
"version": "2.1.0",
"description": "Ember component for embedding syntax-highlighted code samples.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 50a44c4

Please sign in to comment.