Skip to content

Commit 7191ed4

Browse files
github-actions[bot]scriptcoded
authored andcommitted
chore(main): release 0.1.4
1 parent abf9231 commit 7191ed4

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.3"
2+
".": "0.1.4"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.4](https://github.com/scriptcoded/react-fitter/compare/v0.1.3...v0.1.4) (2024-11-01)
4+
5+
6+
### Continuous Integration
7+
8+
* add step to build during publish ([abf9231](https://github.com/scriptcoded/react-fitter/commit/abf9231946606dbf9e65f2af7402ae47ac9f07c8))
9+
310
## [0.1.3](https://github.com/scriptcoded/react-fitter/compare/v0.1.2...v0.1.3) (2024-11-01)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fitter",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"author": "Malcolm Nihlén <[email protected]>",
55
"license": "MIT",
66
"keywords": [
@@ -37,7 +37,9 @@
3737
},
3838
"./package.json": "./package.json"
3939
},
40-
"files": ["dist"],
40+
"files": [
41+
"dist"
42+
],
4143
"scripts": {
4244
"dev": "vite",
4345
"build": "tsup",

0 commit comments

Comments
 (0)