Compare commits

..

3 Commits

Author SHA1 Message Date
semantic-release-bot ce9851fd2f chore(release): 0.1.1-develop.4 [skip ci]
## [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](7a1e88e8dc))
2023-06-25 08:19:40 +00:00
Derrick Hammer 7812e423df
Merge remote-tracking branch 'origin/develop' into develop 2023-06-25 04:18:41 -04:00
Derrick Hammer 7a1e88e8dc
fix: add missing files property 2023-06-25 04:18:36 -04:00
2 changed files with 12 additions and 1 deletions

View File

@ -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)

View File

@ -23,5 +23,9 @@
}, },
"dependencies": { "dependencies": {
"presetter-types": "^4.0.1" "presetter-types": "^4.0.1"
} },
"files": [
"lib/**",
"templates/**"
]
} }