chore(release): 0.2.5 [skip ci]
## [0.2.5](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.4...v0.2.5) (2023-06-27) ### Bug Fixes * add publishConfig ([e5c4f4f
](e5c4f4f084
))
This commit is contained in:
parent
3f75aa6862
commit
069c65833d
|
@ -1,3 +1,10 @@
|
|||
## [0.2.5](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.4...v0.2.5) (2023-06-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add publishConfig ([e5c4f4f](https://git.lumeweb.com/LumeWeb/node-library-preset/commit/e5c4f4f0847aa1100eb516ff3843deec3e4c555c))
|
||||
|
||||
## [0.2.4](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.3...v0.2.4) (2023-06-27)
|
||||
|
||||
## [0.2.3](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.2...v0.2.3) (2023-06-26)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/node-library-preset",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/node-library-preset",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"dependencies": {
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lumeweb/node-library-preset",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.mjs",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue