Skip to content

Commit

Permalink
Merge pull request #17 from ieedan/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version package
  • Loading branch information
ieedan authored Aug 26, 2024
2 parents 41dc192 + 26990b6 commit 4ab7ee8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-pillows-jump.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# changy

## 0.2.4

### Patch Changes

- 15a5dd0: Still trying to fix build issues

## 0.2.3

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changy",
"version": "0.2.3",
"version": "0.2.4",
"description": "A simple changelog CLI for user facing changelogs.",
"type": "module",
"main": "/dist/index.mjs",
Expand Down Expand Up @@ -39,14 +39,20 @@
"sideEffects": false,
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ieedan/changy"
},
"keywords": ["changelog", "date"],
"keywords": [
"changelog",
"date"
],
"author": "Aidan Bleser",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 4ab7ee8

Please sign in to comment.