autorel 0.0.27 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -224,10 +224,16 @@ You can find the types defined at [src/index.ts](src/index.ts).
224
224
  # Support, Feedback, and Contributions
225
225
 
226
226
  - Star this repo if you like it!
227
- - Submit an [issue](https://github.com/mhweiner/jsout/issues) with your problem, feature request or bug report
227
+ - Submit an [issue](https://github.com/mhweiner/autorel/issues) with your problem, feature request or bug report
228
228
  - Issue a PR against `main` and request review. Make sure all tests pass and coverage is good.
229
229
  - Write about `autorel` in your blog, tweet about it, or share it with your friends!
230
230
 
231
+ ## License
232
+
233
+ MIT © Marc H. Weiner
234
+
235
+ [See full license](LICENSE)
236
+
231
237
  ## Sponsors
232
238
 
233
239
  <picture>
@@ -236,4 +242,4 @@ You can find the types defined at [src/index.ts](src/index.ts).
236
242
  <img src="docs/aeroview-logo-lockup-dark.svg" alt="Logo" style="max-width: 150px;margin: 0 0 10px">
237
243
  </picture>
238
244
 
239
- Aeroview is a developer-friendly, AI-powered observability platform that helps you monitor, troubleshoot, and optimize your applications. Get started for free at [https://aeroview.io](https://aeroview.io).
245
+ Aeroview is a developer-friendly, AI-powered observability platform that helps you monitor, troubleshoot, and optimize your applications. Get started for free at [https://aeroview.io](https://aeroview.io).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autorel",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "Automate semantic releases based on conventional commits. Similar to semantic-release but much simpler.",
5
5
  "license": "MIT",
6
6
  "author": "Marc H. Weiner <mhweiner234@gmail.com> (https://mhweiner.com)",