@ondrejbelza/semantic-release-jira 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,2 +1,3 @@
1
1
  # semantic-release-jira
2
- semantic release jira releases plugin
2
+
3
+ semantic release jira releases plugin.
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
- export {};
1
+ import { verifyConditions } from "./verify_condition";
2
+ export { verifyConditions };
package/dist/index.js CHANGED
@@ -1,2 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.verifyConditions = void 0;
4
+ const verify_condition_1 = require("./verify_condition");
5
+ Object.defineProperty(exports, "verifyConditions", { enumerable: true, get: function () { return verify_condition_1.verifyConditions; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ondrejbelza/semantic-release-jira",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "description": "semantic release jira releases plugin",
5
5
  "homepage": "https://github.com/mailstepcz/semantic-release-jira#readme",
6
6
  "bugs": {