@chronoter/main 0.1.8 → 0.1.9

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/dist/cli.js CHANGED
@@ -1649,7 +1649,7 @@ var runVersionCheck = async (packageName, currentVersion) => {
1649
1649
 
1650
1650
  // src/cli/index.ts
1651
1651
  var PACKAGE_NAME = "chronoter";
1652
- var CURRENT_VERSION = "0.1.8";
1652
+ var CURRENT_VERSION = "0.1.9";
1653
1653
  var createCliProgram = () => {
1654
1654
  const program = new Command();
1655
1655
  program.name("chronoter").description("Chronoter - MDX-based documentation site generator").version(CURRENT_VERSION);