Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiRaku committed Jun 29, 2020
1 parent 77f69a8 commit 5cae3ad
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to the "vscode-rainbow-fart" extension will be documented in

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

## [1.2.5] - 2020-06-22
## [1.3.0] - 2020-06-29

### Added

- Add RegExp keywords supports, thanks to [Pull Request #100](https://github.com/SaekiRaku/vscode-rainbow-fart/pull/100)

## [1.2.5] - 2020-06-29

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.5
1.3.0
8 changes: 7 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to the "vscode-rainbow-fart" extension will be documented in

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

## [1.2.5] - 2020-06-22
## [1.3.0] - 2020-06-29

### Added

- Add RegExp keywords supports, thanks to [Pull Request #100](https://github.com/SaekiRaku/vscode-rainbow-fart/pull/100)

## [1.2.5] - 2020-06-29

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion docs/global.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
window.VERSION = "1.2.5";
window.VERSION = "1.3.0";
window.URL_PREFIX = location.pathname === "/" ? "" : location.pathname;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "rainbow-fart",
"displayName": "🌈 Rainbow Fart",
"description": "This extension will keep giving you compliment while you are coding.",
"version": "1.2.5",
"version": "1.3.0",
"engines": {
"vscode": "^1.33.0"
},
Expand Down

0 comments on commit 5cae3ad

Please sign in to comment.