Compare commits

..

No commits in common. "v0.2.5" and "v0.2.4" have entirely different histories.

3 changed files with 4 additions and 14 deletions

View File

@ -1,10 +1,3 @@
## [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)

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/node-library-preset",
"version": "0.2.5",
"version": "0.2.4",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
@ -36,8 +36,5 @@
"files": [
"lib/**",
"templates/**"
],
"publishConfig": {
"access": "public"
}
]
}