Compare commits
3 Commits
v0.1.1-dev
...
v0.1.1-dev
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | ce9851fd2f | |
Derrick Hammer | 7812e423df | |
Derrick Hammer | 7a1e88e8dc |
|
@ -1,3 +1,10 @@
|
||||||
|
## [0.1.1-develop.4](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.1.1-develop.3...v0.1.1-develop.4) (2023-06-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add missing files property ([7a1e88e](https://git.lumeweb.com/LumeWeb/node-library-preset/commit/7a1e88e8dc483e50a26eb5a85daf7e42413a0ba3))
|
||||||
|
|
||||||
## [0.1.1-develop.3](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.1.1-develop.2...v0.1.1-develop.3) (2023-06-25)
|
## [0.1.1-develop.3](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.1.1-develop.2...v0.1.1-develop.3) (2023-06-25)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -23,5 +23,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"presetter-types": "^4.0.1"
|
"presetter-types": "^4.0.1"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib/**",
|
||||||
|
"templates/**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue