Skip to content

Commit 3470f83

Browse files
authored
chore(release): bump version and deploy (#2)
## 1.0.0 ### Major Changes - Initial creation of the package ([[#1](#1)] - Thanks [@mheob](https://github.com/mheob)!)
1 parent 57d3b5c commit 3470f83

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"access": "public",
44
"baseBranch": "main",
5-
"changelog": ["@mheob/changeset-changelog", { "repo": "mheob/changeset-changelog" }],
5+
"changelog": ["../dist/index.js", { "repo": "mheob/changeset-changelog" }],
66
"commit": false,
77
"fixed": [],
88
"ignore": [],

.changeset/sixty-insects-brush.md

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @mheob/changeset-changelog
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Initial creation of the package ([[#1](https://github.com/mheob/changeset-changelog/pull/1)] - Thanks [@mheob](https://github.com/mheob)!)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/changeset-changelog",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "My personal changeset changelog configuration.",
55
"keywords": [
66
"changelog",

0 commit comments

Comments
 (0)