Skip to content

Commit

Permalink
Merge pull request #5 from rahulpeacock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
rahulpeacock authored Sep 9, 2024
2 parents bb225aa + ce2023c commit d8865f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/selfish-hornets-try.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 @@
# npm-starter-kit

## 0.0.6

### Patch Changes

- bb225aa: Add remainder function

## 0.0.5

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-starter-kit",
"version": "0.0.5",
"version": "0.0.6",
"description": "A starter pack for creating an npm package using typescript, tsup, pnpm and biomejs",
"private": false,
"homepage": "https://github.com/rahulpeacock/npm-package-stack",
Expand Down Expand Up @@ -30,7 +30,11 @@
"default": "./dist/index.js"
}
},
"keywords": ["npm package", "stack", "starter kit"],
"keywords": [
"npm package",
"stack",
"starter kit"
],
"author": "rahul-peacock",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit d8865f1

Please sign in to comment.