diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..831c8af --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0 (2024-09-18) + + +### Features + +* initial commit of package ([84cb987](https://github.com/pooulad/treeway/commit/84cb987c3e44f17355ff39fd924e0665537f65ad)) diff --git a/package.json b/package.json index e400faf..2a26d0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poouladorbit/treeway", - "version": "0.0.0-development", + "version": "1.0.0", "description": "Show your files and directories like tree branches🌴", "keywords": [ "react", @@ -33,7 +33,7 @@ "build": "rollup -c --bundleConfigAsCjs", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", - "semantic-release":"semantic-release" + "semantic-release": "semantic-release" }, "author": "pooulad", "license": "MIT", @@ -76,7 +76,7 @@ "tslib": "^2.7.0", "typescript": "^5.6.2" }, - "publishConfig":{ - "access":"public" + "publishConfig": { + "access": "public" } }