Skip to content

Commit

Permalink
chore(package) v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 16, 2019
1 parent 86a1f63 commit 088db44
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2019.12.16, v3.0.0

fix:
- (cm-show-invisibles) line-end-mark display when no line numbers (#4)

feature:
- (cm-show-invisibles) add support of GFM (#9)
- (cm-show-invisibles) drop support of build
- (bower) ignore: add webpack.config.js
- (npmignore) add
- (travis) node_js: 6, 8
- (show-invisibles) add eslint
- (show-invisibles) es2015-ify


2017.07.10, v2.0.2

fix:
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"ignore": [
"**/.*",
"img",
".*",
"webpack.config.js"
".*"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cm-show-invisibles",
"version": "2.0.2",
"version": "3.0.0",
"description": "Addon for CodeMirror that helps to show invisibles.",
"main": "legacy/show-invisibles.js",
"scripts": {
Expand Down

0 comments on commit 088db44

Please sign in to comment.