inngest-cli 0.13.0 → 0.13.2

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Inngest
2
2
 
3
- ![Latest release](https://img.shields.io/github/v/release/inngest/inngest?include_prereleases&sort=semver)
4
- ![Test Status](https://img.shields.io/github/actions/workflow/status/inngest/inngest/go.yaml?branch=main&label=tests)
5
- ![Discord](https://img.shields.io/discord/842170679536517141?label=discord)
6
- ![Twitter Follow](https://img.shields.io/twitter/follow/inngest?style=social)
3
+ [![Latest release](https://img.shields.io/github/v/release/inngest/inngest?include_prereleases&sort=semver)](https://github.com/inngest/inngest/releases)
4
+ [![Test Status](https://img.shields.io/github/actions/workflow/status/inngest/inngest/go.yaml?branch=main&label=tests)](https://github.com/inngest/inngest/actions?query=branch%3Amain)
5
+ [![Discord](https://img.shields.io/discord/842170679536517141?label=discord)](https://www.inngest.com/discord)
6
+ [![Twitter Follow](https://img.shields.io/twitter/follow/inngest?style=social)](https://twitter.com/inngest)
7
7
 
8
8
  Run reliable serverless functions in the background. Inngest allows you to schedule, enqueue, and run serverless functions in the background reliably with retries on any platform, with zero infrastructure, fully locally testable. Learn more: https://www.inngest.com.
9
9
 
@@ -121,7 +121,7 @@ For specific information on how the DevServer works and how it compares to produ
121
121
  - [**Join our online community for support, to give us feedback, or chat with us**](https://www.inngest.com/discord).
122
122
  - [Post a question or idea to our GitHub discussion board](https://github.com/orgs/inngest/discussions)
123
123
  - [Read the documentation](https://www.inngest.com/docs?ref=github-inngest-readme)
124
- - [Explore our public roadmap](https://github.com/orgs/inngest/projects/1/)
124
+ - [Explore our public roadmap](http://roadmap.inngest.com/)
125
125
  - [Follow us on Twitter](https://twitter.com/inngest)
126
126
  - [Join our mailing list](https://www.inngest.com/mailing-list) for release notes and project updates
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inngest-cli",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "The event-driven queue for any language.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "scripts": {