diff --git a/.changeset/config.json b/.changeset/config.json index a7b8b80..c7d001d 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,7 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json", "access": "public", "baseBranch": "main", - "changelog": ["@mheob/changeset-changelog", { "repo": "mheob/changeset-changelog" }], + "changelog": ["../dist/index.js", { "repo": "mheob/changeset-changelog" }], "commit": false, "fixed": [], "ignore": [], diff --git a/.changeset/sixty-insects-brush.md b/.changeset/sixty-insects-brush.md deleted file mode 100644 index ce58f26..0000000 --- a/.changeset/sixty-insects-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/changeset-changelog': major ---- - -Initial creation of the package diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc7d95e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @mheob/changeset-changelog + +## 1.0.0 + +### Major Changes + +- Initial creation of the package ([[#1](https://github.com/mheob/changeset-changelog/pull/1)] - Thanks [@mheob](https://github.com/mheob)!) diff --git a/package.json b/package.json index 0a1b692..13fc929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/changeset-changelog", - "version": "0.0.0", + "version": "1.0.0", "description": "My personal changeset changelog configuration.", "keywords": [ "changelog",