Skip to content

Commit 02f3a5d

Browse files
committed
chore(release): 0.1.5
1 parent f5ff7e7 commit 02f3a5d

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.1.5](https://github.com/gpsystem/create-geofs-plugin/compare/v0.1.4...v0.1.5) (2022-03-28)
6+
7+
### Bug Fixes
8+
9+
- :ambulance: Cherry-pick commit 3e1830a5c98aa402ec7fd4984453280c02cdccd2 into release-v0.1 ([f5ff7e7](https://github.com/gpsystem/create-geofs-plugin/commit/f5ff7e79655a154160902ee202c3c7087b268ad6)), closes [#98](https://github.com/gpsystem/create-geofs-plugin/issues/98) [#98](https://github.com/gpsystem/create-geofs-plugin/issues/98) [#98](https://github.com/gpsystem/create-geofs-plugin/issues/98) [#100](https://github.com/gpsystem/create-geofs-plugin/issues/100)
10+
511
### [0.1.4](https://github.com/gpsystem/create-geofs-plugin/compare/v0.1.3...v0.1.4) (2022-03-27)
612

713
### Bug Fixes

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

0 commit comments

Comments
 (0)