Skip to content

Commit

Permalink
Merge pull request #14 from fastly/acme/1.0.4
Browse files Browse the repository at this point in the history
Release 1.0.4
  • Loading branch information
acme authored Nov 3, 2022
2 parents f78bb40 + 78c22aa commit 819d185
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to the "vscode-fastly-vcl" extension will be documented in t

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.0.4] - 2022-11-03

### Changed

- Document that the extension in now in the Visual Studio Marketplace.
- Add a beautiful new icon.
- Document how the extension works.
- Fix link to the language file in the README.

## [1.0.3] - 2022-10-10

### Added
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Uninstall (or disable) any previously-enabled VCL extensions.
Download the [latest GitHub release](https://github.com/fastly/vscode-fastly-vcl/releases/) and then run:

```bash
code --install-extension vscode-fastly-vcl-1.0.3.vsix
code --install-extension vscode-fastly-vcl-1.0.4.vsix
```

## Development
Expand Down Expand Up @@ -86,7 +86,7 @@ npm i @vscode/test-electron
### Building and Installing

```bash
vsce package && code --install-extension vscode-fastly-vcl-1.0.3.vsix
vsce package && code --install-extension vscode-fastly-vcl-1.0.4.vsix
```

## Testing
Expand All @@ -113,6 +113,15 @@ None.

## Release Notes

## [1.0.4] - 2022-11-03

### Changed

- Document that the extension in now in the Visual Studio Marketplace.
- Add a beautiful new icon.
- Document how the extension works.
- Fix link to the language file in the README.

## [1.0.3] - 2022-10-10

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/fastly/vscode-fastly-vcl.git"
},
"version": "1.0.3",
"version": "1.0.4",
"engines": {
"vscode": "^1.70.0"
},
Expand Down

0 comments on commit 819d185

Please sign in to comment.