Skip to content

Commit a8eb27d

Browse files
github-actions[bot]scriptcoded
authored andcommitted
chore(main): release 0.1.3
1 parent da4f009 commit a8eb27d

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/scriptcoded/react-fitter/compare/v0.1.2...v0.1.3) (2024-11-01)
4+
5+
6+
### Documentation
7+
8+
* add metadata and license ([da4f009](https://github.com/scriptcoded/react-fitter/commit/da4f009f282c3c5d744acf2a59109b76886b0d4f))
9+
310
## [0.1.2](https://github.com/scriptcoded/react-fitter/compare/v0.1.1...v0.1.2) (2024-11-01)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)