We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa476e6 commit b8f5b24Copy full SHA for b8f5b24
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mockoon-config-transformer",
3
"description": "A CLI tool to bundle/extract Mockoon environment files in a git-friendly files tree with 100% backward compatibility",
4
- "version": "0.0.6",
+ "version": "1.0.0",
5
"type": "module",
6
"files": [
7
"dist"
src/config.ts
@@ -1,5 +1,5 @@
export const name = 'mockoon-config-transformer';
-export const version = '0.0.6';
+export const version = '1.0.0';
export const SUPPORTED_MIGRATION = 28;
export const SUPPORTED_COMMANDS = {
0 commit comments