markdown-maker 1.10.4 → 1.10.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "1.10.3";
1
+ export declare const LIB_VERSION = "1.10.4";
package/bundle/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
- exports.LIB_VERSION = "1.10.3";
4
+ exports.LIB_VERSION = "1.10.4";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-maker",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "description": "A superset-compiler for markdown using marked",
5
5
  "main": "src/main.ts",
6
6
  "bin": {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const LIB_VERSION = "1.10.3";
1
+ export const LIB_VERSION = "1.10.4";