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:
semantic-release-bot 2023-06-27 04:04:25 +00:00
parent 3f75aa6862
commit 069c65833d
3 changed files with 10 additions and 3 deletions

View File

@ -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.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) ## [0.2.3](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.2...v0.2.3) (2023-06-26)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@lumeweb/node-library-preset", "name": "@lumeweb/node-library-preset",
"version": "0.2.4", "version": "0.2.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@lumeweb/node-library-preset", "name": "@lumeweb/node-library-preset",
"version": "0.2.4", "version": "0.2.5",
"dependencies": { "dependencies": {
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@lumeweb/node-library-preset", "name": "@lumeweb/node-library-preset",
"version": "0.2.4", "version": "0.2.5",
"main": "lib/index.js", "main": "lib/index.js",
"module": "lib/index.mjs", "module": "lib/index.mjs",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",