Skip to content

Commit 35db1ed

Browse files
author
streetsidesoftware[bot]
committed
v6.14.1
1 parent c90d9f8 commit 35db1ed

File tree

68 files changed

+171
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+171
-36
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

integration-tests/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cspell-integration-tests",
33
"private": true,
4-
"version": "6.14.0",
4+
"version": "6.14.1",
55
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
66
"bin": {
77
"cspell-integration-tests": "tester.js"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"./test-packages/*",
77
"./integration-tests"
88
],
9-
"version": "6.14.0",
9+
"version": "6.14.1",
1010
"command": {
1111
"version": {
1212
"allowBranch": "main",

packages/Samples/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

packages/Samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-tools-samples",
3-
"version": "6.14.0",
3+
"version": "6.14.1",
44
"description": "Sample files used during unit tests",
55
"private": true,
66
"scripts": {

packages/cspell-bundled-dicts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

packages/cspell-bundled-dicts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-bundled-dicts",
3-
"version": "6.14.0",
3+
"version": "6.14.1",
44
"description": "Dictionaries bundled with cspell",
55
"publishConfig": {
66
"access": "public"

packages/cspell-code-snippets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

packages/cspell-code-snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-code-snippets",
3-
"version": "6.14.0",
3+
"version": "6.14.1",
44
"description": "Code snippets and data structures.",
55
"private": true,
66
"files": [],

0 commit comments

Comments
 (0)