Skip to content

Commit

Permalink
Merge pull request #249 from getlocalci/bump/2.1.2
Browse files Browse the repository at this point in the history
Bump the version to `2.1.2`
  • Loading branch information
kienstra authored Apr 29, 2023
2 parents c4fa64a + f7bc97b commit 8b35db8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 2.1.2 - 29 April 2023
- Show a notice of a free trial in the Marketplace. [#248](https://github.com/getlocalci/local-ci/pull/248)

## 2.1.1 - 28 February 2023
- Bump the binary version to `0.1.23667`. [#246](https://github.com/getlocalci/local-ci/pull/246)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Buy license key](https://img.shields.io/badge/%24-paid-orange)](https://getlocalci.com/pricing/?utm_medium=extension&utm_source=readme)
[![30 day free preview](https://img.shields.io/badge/trial-30%20day-orange)](https://getlocalci.com/pricing/?utm_medium=extension&utm_source=readme)
[![30 day free trial](https://img.shields.io/badge/trial-30%20day-orange)](https://getlocalci.com/pricing/?utm_medium=extension&utm_source=readme)
[![Platform: macOS](https://img.shields.io/badge/platform-macOS-yellow)](https://en.wikipedia.org/wiki/MacOS)
[![Requires CircleCI®](https://img.shields.io/badge/requires-CirlcleCI%C2%AE-yellow)](https://circleci.com/docs/2.0/first-steps/)

Expand Down Expand Up @@ -53,7 +53,7 @@ Find out in seconds whether the setup is right, all in your local.

Local CI requires a [license key](https://getlocalci.com/pricing/?utm_medium=extension&utm_source=readme) for $20 per month.

But first you'll get a free 30-day preview, no credit card needed.
But first you'll get a free 30-day trial, no credit card needed.

## Requirements

Expand All @@ -75,7 +75,7 @@ You can opt out of all telemetry by adding this to your VS Code `settings.json`:

If you haven't opted out, here are the [telemetry events](https://github.com/getlocalci/local-ci/search?q=reporter.send) sent via [VS Code telemetry](https://code.visualstudio.com/docs/getstarted/telemetry).

If you haven't entered a license key, like during the free preview, the only interaction this extension has with Local CI's site is if you optionally enter your email on first activating this extension.
If you haven't entered a license key, like during the free trial, the only interaction this extension has with Local CI's site is if you optionally enter your email on first activating this extension.

It does interact with CircleCI® and Docker to process and run the jobs.

Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "local-ci",
"displayName": "Local CI",
"description": "Debug CircleCI® workflows locally, with Bash access during and after. Free trial, then paid.",
"version": "2.1.1",
"version": "2.1.2",
"publisher": "LocalCI",
"contributors": [
"Ryan Kienstra"
Expand Down Expand Up @@ -299,7 +299,7 @@
"@types/vscode": "^1.60.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vscode/vsce": "^2.18.0",
"@vscode/vsce": "^2.19.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down

0 comments on commit 8b35db8

Please sign in to comment.