imdone-cli 0.12.0 → 0.12.1

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
@@ -416,6 +416,10 @@ Visit [imdone.io](https://imdone.io) or email support@imdone.io
416
416
 
417
417
  ## 📝 Changelog
418
418
 
419
+ ### 0.12.1
420
+
421
+ - Exclude order metadata from getting saved to jira
422
+
419
423
  ### 0.12.0
420
424
 
421
425
  - Add comments to jira issues with `imdone push`
package/dist/index.cjs CHANGED
@@ -97936,6 +97936,7 @@ function convertTaskToJiraMarkup(task) {
97936
97936
  const contentAry = content3.split("\n");
97937
97937
  contentAry.shift();
97938
97938
  const excludeKeys = [
97939
+ "order",
97939
97940
  "jira",
97940
97941
  "commentsOn",
97941
97942
  "jiraUrl",
@@ -99107,7 +99108,7 @@ var Feedback2 = class {
99107
99108
  // package.json
99108
99109
  var package_default = {
99109
99110
  name: "imdone-cli",
99110
- version: "0.12.0",
99111
+ version: "0.12.1",
99111
99112
  author: "Jesse Piascik",
99112
99113
  description: "An imdone cli that automates your jira updates with markdown files.",
99113
99114
  license: "Proprietary",