소스 검색

release 1.8.1

Estevao Soares dos Santos 7 년 전
부모
커밋
616a789e79
4개의 변경된 파일20개의 추가작업 그리고 3개의 파일을 삭제
  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.

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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/",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.