@sebbo2002/tgtg-ical 3.1.0-develop.7 → 3.1.0-develop.8

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "description": "A small server that receives mails from TGTG, parses them and generates an iCal feed from them.",
23
23
  "devDependencies": {
24
24
  "@eslint/js": "^9.39.1",
25
- "@sebbo2002/semantic-release-docker": "^6.0.1",
25
+ "@sebbo2002/semantic-release-docker": "^6.0.2",
26
26
  "@semantic-release/changelog": "^6.0.3",
27
27
  "@semantic-release/exec": "^7.1.0",
28
28
  "@semantic-release/git": "^10.0.1",
@@ -89,5 +89,5 @@
89
89
  "test": "mocha"
90
90
  },
91
91
  "type": "module",
92
- "version": "3.1.0-develop.7"
92
+ "version": "3.1.0-develop.8"
93
93
  }