Skip to content

Commit

Permalink
Merge pull request #97 from stneveadomi/release/1.2.0
Browse files Browse the repository at this point in the history
Release: 1.2.0
  • Loading branch information
stneveadomi authored Aug 8, 2024
2 parents 71ce86b + dd36bdd commit af3f672
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.0]

### 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 @@ -3,7 +3,7 @@
"displayName": "grepc: Regex Highlighting",
"description": "An approachable regular expression highlighter with advanced customization for VS Code.",
"icon": "media/GREPC_enhanced-standard-circle-128.png",
"version": "1.1.2",
"version": "1.2.0",
"engines": {
"vscode": "^1.84.0"
},
Expand Down
4 changes: 2 additions & 2 deletions webview-ui/grepc-webview/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 webview-ui/grepc-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grepc-webview",
"type": "commonjs",
"version": "1.1.2",
"version": "1.2.0",
"jest": {
"preset": "jest-preset-angular",
"setupFilesAfterEnv": [
Expand Down

0 comments on commit af3f672

Please sign in to comment.