Estevao Soares dos Santos 7 anni fa
parent
commit
616a789e79
4 ha cambiato i file con 20 aggiunte e 3 eliminazioni
  1. 17 0
      CHANGELOG.md
  2. 1 1
      dist/showdown.js
  3. 1 1
      dist/showdown.min.js
  4. 1 1
      package.json

+ 17 - 0
CHANGELOG.md

@@ -1,6 +1,23 @@
+<a name="1.8.1"></a>
+## [1.8.1](https://github.com/showdownjs/showdown/compare/1.8.0...1.8.1) (2017-11-01)
+
+
+### Dependencies update
+
+* **package:** update yargs to version 10.0.3 ([#447](https://github.com/showdownjs/showdown/issues/447)) ([906b26d](https://github.com/showdownjs/showdown/commit/906b26d))
+
+### Bug Fixes
+
+* **CDNjs:** bump version to fix version missmatch with CDNjs ([#452](https://github.com/showdownjs/showdown/issues/452))
+
+
 <a name="1.8.0"></a>
 # [1.8.0](https://github.com/showdownjs/showdown/compare/1.7.6...1.8.0) (2017-10-24)
 
+### NOTICE
+
+Don't use the CDNjs version of this release. See issue [#452](https://github.com/showdownjs/showdown/issues/452) for more details.
+
 
 ### Bug Fixes
 

+ 1 - 1
dist/showdown.js

@@ -1,4 +1,4 @@
-;/*! showdown v 1.8.0 - 24-10-2017 */
+;/*! showdown v 1.8.1 - 01-11-2017 */
 (function(){
 /**
  * Created by Tivie on 13-07-2015.

File diff suppressed because it is too large
+ 1 - 1
dist/showdown.min.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "showdown",
-  "version": "1.8.0",
+  "version": "1.8.1",
   "description": "A Markdown to HTML converter written in Javascript",
   "author": "Estevão Santos",
   "homepage": "http://showdownjs.github.io/showdown/",

Some files were not shown because too many files changed in this diff