@evanpurkhiser/tooling-personal 1.37.0 → 1.39.0

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ## Evan Purkhiser's Personal Tooling
2
2
 
3
+ [![publish](https://github.com/evanpurkhiser/tooling-personal/actions/workflows/main.yml/badge.svg)](https://github.com/evanpurkhiser/tooling-personal/actions/workflows/main.yml)
4
+
3
5
  This is a set of tools I use in my day to day at work.
4
6
 
5
7
  ### `pr`: Pull Request automation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@evanpurkhiser/tooling-personal",
4
- "version": "1.37.0",
4
+ "version": "1.39.0",
5
5
  "description": "Evan Purkhiser's personal tooling",
6
6
  "repository": "https://github.com/evanpurkhiser/tooling-personal",
7
7
  "author": "Evan Purkhiser",