Skip to content

Commit

Permalink
Updated extension version to v1.5.1 and updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedFish committed Jul 13, 2024
1 parent 208f0e9 commit dfd7faa
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Change Log

## v1.5.1 - 2024-07-13

- Added `Buy Me a Coffee` link to the README.md file
- Added regression testing via Mocha

## v1.5.0 - 2023-12-02

- Refactored the extension to use a separate `Node.js` language server for formatting, real-time syntax analysis, and basic IntelliSense.
- Refactored the extension to use a separate `Node.js` language server for formatting, real-time syntax analysis, and basic IntelliSense

## v1.4.0 - 2023-10-01

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-robots-dot-txt-support-client",
"version": "1.5.0",
"version": "1.5.1",
"description": "Client implementation of the Robots.txt Support for Visual Studio Code extension.",
"main": "src/client.ts",
"scripts": {},
Expand Down
6 changes: 3 additions & 3 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 @@ -4,15 +4,15 @@
"description": "An extension for Visual Studio Code that enables support for robots.txt files.",
"icon": "./images/icon.png",
"license": "MIT",
"version": "1.5.0",
"version": "1.5.1",
"publisher": "darian-benam",
"keywords": [
"config",
"robots.txt",
"web"
],
"engines": {
"vscode": "^1.81.0"
"vscode": "^1.86.0"
},
"categories": [
"Programming Languages",
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-robots-dot-txt-support-language-server",
"version": "1.5.0",
"version": "1.5.1",
"description": "A Node.js based language server that provides a Formatter, Real-time Syntax Analysis, and Basic IntelliSense for interacting with `robots.txt` files.",
"main": "src/server.ts",
"engines": {
Expand Down

0 comments on commit dfd7faa

Please sign in to comment.