Skip to content

Commit

Permalink
chore(main): release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and scriptcoded committed Nov 1, 2024
1 parent abf9231 commit 7191ed4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.3"
".": "0.1.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/scriptcoded/react-fitter/compare/v0.1.3...v0.1.4) (2024-11-01)


### Continuous Integration

* add step to build during publish ([abf9231](https://github.com/scriptcoded/react-fitter/commit/abf9231946606dbf9e65f2af7402ae47ac9f07c8))

## [0.1.3](https://github.com/scriptcoded/react-fitter/compare/v0.1.2...v0.1.3) (2024-11-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-fitter",
"version": "0.1.3",
"version": "0.1.4",
"author": "Malcolm Nihlén <[email protected]>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,9 @@
},
"./package.json": "./package.json"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsup",
Expand Down

0 comments on commit 7191ed4

Please sign in to comment.