Skip to content

Commit 1edb850

Browse files
committed
chore(release): 0.3.1
1 parent 20ab61f commit 1edb850

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1](https://github.com/gpsystem/create-geofs-plugin/compare/v0.3.0...v0.3.1) (2022-06-05)
6+
7+
### Bug Fixes
8+
9+
- **getAllPossibleFiles:** :adhesive_bandage: avoid edge-case when checking files for common template ([ed20832](https://github.com/gpsystem/create-geofs-plugin/commit/ed208325ee45bb07a53e3dd8b8b6455be000154d))
10+
511
## [0.3.0](https://github.com/gpsystem/create-geofs-plugin/compare/v0.2.0...v0.3.0) (2022-06-03)
612

713
### ⚠ BREAKING CHANGES

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.3.0",
3+
"version": "0.3.1",
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.3.0"
2+
"version": "0.3.1"
33
}

0 commit comments

Comments
 (0)