Skip to content

Commit

Permalink
Merge pull request #1 from kaandesu/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): update versioning and publish
  • Loading branch information
kaandesu authored Jan 16, 2024
2 parents b6c6e5d + 166f1ec commit 1376916
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-jars-learn.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# banana-converter

## 0.1.1

### Patch Changes

- 582b884: fixed vite build and refactored file structure and updated readme
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "banana-converter",
"author": "kaandesu (https://github.com/kaandesu)",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"description": "Convert lengths and distances to bananas and bananas to lenghts",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"build": "npm run test && vite build --mode production && npm run generate:types && npm run build:pages",
"build:lib": "npm run test && vite build --mode production && npm run generate:types",
"clean": "rm -rf ./dist && rm -rf ./live-demo && rm -rf ./coverage",
"coverage:web": "http-server ./coverage",
"coverage:web": "http-server ./coverage",
"generate:types": "tsc -p tsconfig-build.json --declaration --emitDeclarationOnly true --outdir ./dist",
"changeset": "changeset",
"test": "vitest run",
Expand Down

0 comments on commit 1376916

Please sign in to comment.