Skip to content

Commit 5aa89fd

Browse files
github-actions[bot]scriptcoded
authored andcommitted
chore(main): release 0.1.7
1 parent c38cc76 commit 5aa89fd

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.6"
2+
".": "0.1.7"
33
}

CHANGELOG.md

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

3+
## [0.1.7](https://github.com/scriptcoded/react-fitter/compare/v0.1.6...v0.1.7) (2024-11-02)
4+
5+
6+
### Bug Fixes
7+
8+
* add oldschool main and module exports ([c38cc76](https://github.com/scriptcoded/react-fitter/commit/c38cc760aac65f521b7b87e25aa53d2bf9849b92))
9+
310
## [0.1.6](https://github.com/scriptcoded/react-fitter/compare/v0.1.5...v0.1.6) (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.6",
3+
"version": "0.1.7",
44
"author": "Malcolm Nihlén <[email protected]>",
55
"license": "MIT",
66
"keywords": [
@@ -40,7 +40,9 @@
4040
"main": "./dist/index.cjs",
4141
"module": "./dist/index.js",
4242
"types": "./dist/index.d.ts",
43-
"files": ["./dist"],
43+
"files": [
44+
"./dist"
45+
],
4446
"scripts": {
4547
"dev": "vite",
4648
"build": "tsup",

0 commit comments

Comments
 (0)