Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit d24b072

Browse files
committed
Added missing files on publishing
1 parent 7853047 commit d24b072

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [1.0.1] - 2022-05-12
8+
#### Added
9+
* *Nothing*
10+
11+
#### Changed
12+
* *Nothing*
13+
14+
#### Deprecated
15+
* *Nothing*
16+
17+
#### Removed
18+
* *Nothing*
19+
20+
#### Fixed
21+
* Fixed missing files to publish
22+
23+
724
## [1.0.0] - 2022-05-12
825
#### Added
926
* First release

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"stylelint": "^14.8.2"
37-
}
37+
},
38+
"files": [
39+
"dist"
40+
]
3841
}

0 commit comments

Comments
 (0)