Skip to content

Commit

Permalink
chore(release): v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 23, 2023
1 parent 8f1c480 commit c189149
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog


## v0.1.6

[compare changes](https://github.com/becem-gharbi/node-red-unstorage/compare/v0.1.5...v0.1.6)


### 📖 Documentation

- **package:** Add README ([7aacc41](https://github.com/becem-gharbi/node-red-unstorage/commit/7aacc41))
- **readme:** Add npm badges ([8f1c480](https://github.com/becem-gharbi/node-red-unstorage/commit/8f1c480))

### 🏡 Chore

- **package:** Prepare for publish ([c213faa](https://github.com/becem-gharbi/node-red-unstorage/commit/c213faa))
- **package:** Add changelogen ([bc40895](https://github.com/becem-gharbi/node-red-unstorage/commit/bc40895))
- Place package at root, and main project to playground ([5fa3297](https://github.com/becem-gharbi/node-red-unstorage/commit/5fa3297))
- Use npm package ([19d156a](https://github.com/becem-gharbi/node-red-unstorage/commit/19d156a))

### ❤️ Contributors

- Becem-gharbi

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bg-dev/node-red-unstorage",
"version": "0.1.5",
"version": "0.1.6",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -17,7 +17,7 @@
],
"scripts": {
"build": "rimraf dist && tsup src/**/*.ts --format cjs,esm --dts",
"release": "npm run build && changelogen --release && npm publish"
"release": "npm run build && changelogen --release && npm publish && git push --follow-tags"
},
"keywords": [
"node-red",
Expand All @@ -41,4 +41,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit c189149

Please sign in to comment.