autorel 2.2.9 → 2.2.10

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 +15 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  <img src="docs/autorel-dark.svg" alt="Autorel" size="250">
5
5
  </picture>
6
6
 
7
+ ---
8
+
7
9
  [![build status](https://github.com/mhweiner/autorel/actions/workflows/release.yml/badge.svg)](https://github.com/mhweiner/autorel/actions)
8
10
  [![SemVer](https://img.shields.io/badge/SemVer-2.0.0-blue)](https://semver.org)
9
11
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
@@ -375,9 +377,19 @@ If you need access to the new version number in your CI/CD pipeline, you can use
375
377
 
376
378
  We are looking for contributors and maintainers to help with the project. If you are interested, please open an issue or PR. Together we can help bring automated releases to everyone!
377
379
 
378
- ## License
380
+ # Sponsorship
379
381
 
380
- MIT &copy; Marc H. Weiner
382
+ Want to sponsor this project? [Reach out to me via email](mailto:mhweiner234@gmail.com?subject=I%20want%20to%20sponsor%20cjs-mock).
381
383
 
382
- [See full license](LICENSE)
384
+ <picture>
385
+ <source srcset="docs/aeroview-logo-lockup-dark.svg" media="(prefers-color-scheme: dark)">
386
+ <source srcset="docs/aeroview-logo-lockup.svg" media="(prefers-color-scheme: light)">
387
+ <img src="docs/aeroview-logo-lockup.svg" alt="Logo" style="max-width: 150px;margin: 0 0 10px">
388
+ </picture>
383
389
 
390
+ Aeroview is a lightning-fast, developer-friendly, and AI-powered logging IDE. Get started for free at [https://aeroview.io](https://aeroview.io).
391
+
392
+ # License
393
+
394
+ MIT &copy; Marc H. Weiner
395
+ [See full license](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autorel",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
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)",