afrokick 5 年 前
コミット
085c5ee01c
2 ファイル変更8 行追加0 行削除
  1. 7 0
      changelog.md
  2. 1 0
      package.json

+ 7 - 0
changelog.md

@@ -4,6 +4,13 @@ All notable changes will be documented in this file.
 
 ## vNEXT
 
+<a name="1.3.1"></a>
+
+- fixed: map file resolving
+- removed: @types/webrtc because it contains in ts dom lib.
+
+## 1.3.1 (2020-07-11)
+
 <a name="1.3.0"></a>
 
 ## 1.3.0 (2020-07-03)

+ 1 - 0
package.json

@@ -19,6 +19,7 @@
   },
   "files": [
     "dist/*.js",
+    "dist/*.map",
     "lib/",
     "index.d.ts"
   ],