Skip to content

Commit 8a6bb38

Browse files
committed
chore(release): 0.3.0
1 parent cd40b85 commit 8a6bb38

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.3.0](https://github.com/gpsystem/create-geofs-plugin/compare/v0.2.0...v0.3.0) (2022-06-03)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- drops support for EOL node 12
10+
11+
- drop node 12 ([28327c8](https://github.com/gpsystem/create-geofs-plugin/commit/28327c8ddd7d36790285759dc9612d9cff4b3f87))
12+
513
## [0.2.0](https://github.com/gpsystem/create-geofs-plugin/compare/v0.1.1...v0.2.0) (2022-04-25)
614

715
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-geofs-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Create a plugin for GeoFS Plugin System.",
55
"bin": "index.js",
66
"scripts": {

src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.2.0"
2+
"version": "0.3.0"
33
}

0 commit comments

Comments
 (0)