Skip to content

Commit 8b35db8

Browse files
authored
Merge pull request #249 from getlocalci/bump/2.1.2
Bump the version to `2.1.2`
2 parents c4fa64a + f7bc97b commit 8b35db8

File tree

4 files changed

+25
-22
lines changed

4 files changed

+25
-22
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 2.1.2 - 29 April 2023
4+
- Show a notice of a free trial in the Marketplace. [#248](https://github.com/getlocalci/local-ci/pull/248)
5+
36
## 2.1.1 - 28 February 2023
47
- Bump the binary version to `0.1.23667`. [#246](https://github.com/getlocalci/local-ci/pull/246)
58

README.md

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

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

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

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

5858
## Requirements
5959

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

7676
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).
7777

78-
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.
78+
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.
7979

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

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "local-ci",
33
"displayName": "Local CI",
44
"description": "Debug CircleCI® workflows locally, with Bash access during and after. Free trial, then paid.",
5-
"version": "2.1.1",
5+
"version": "2.1.2",
66
"publisher": "LocalCI",
77
"contributors": [
88
"Ryan Kienstra"
@@ -299,7 +299,7 @@
299299
"@types/vscode": "^1.60.0",
300300
"@typescript-eslint/eslint-plugin": "^5.17.0",
301301
"@typescript-eslint/parser": "^5.17.0",
302-
"@vscode/vsce": "^2.18.0",
302+
"@vscode/vsce": "^2.19.0",
303303
"eslint": "^8.16.0",
304304
"eslint-config-prettier": "^8.5.0",
305305
"eslint-plugin-prettier": "^4.0.0",

0 commit comments

Comments
 (0)