Skip to content

Commit 8c06d3c

Browse files
committed
fix missing scss files in package.json
1 parent 949d1c2 commit 8c06d3c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.1 Release - 2021-04-12
4+
5+
### Bugfixes
6+
7+
- Fixe publishing missing scss files
8+
39
## v2.0.0 Release - 2021-04-12
410

511
### Changes

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "matestack-ui-bootstrap",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"main": "./lib/matestack/ui/bootstrap/index.js",
66
"files": [
77
"lib/**/*.js",
8+
"lib/**/*.scss",
89
"LICENSE"
910
],
1011
"dependencies": {

0 commit comments

Comments
 (0)