Skip to content

Commit 3460c5d

Browse files
author
Drizzy
committed
fix: correct version to v2.2.1 for continuity
1 parent 502efa3 commit 3460c5d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
### [v2.2.1](https://github.com/drizzy/code-make/releases/tag/v2.2.1)
4+
5+
> 08 November 2024
6+
7+
### Note
8+
9+
This release corrects an unintentional versioning error from `v2.2.0` to maintain continuity. This release does not introduce any new features or functionality changes.
10+
311
### [v2.1.0](https://github.com/drizzy/code-make/releases/tag/v2.1.0)
412

513
> 04 November 2024

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-make",
33
"displayName": "Code Make",
44
"description": "Code Make is designed to make it easy to create and compile C++ projects using the Make tool.",
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"publisher": "drizzy",
77
"license": "MIT",
88
"icon": "icons/logo.png",

0 commit comments

Comments
 (0)