Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit bcc4531

Browse files
committed
chore(release): 2.3.0
1 parent 7fedf1b commit bcc4531

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [2.3.0](https://github.com/devopsmakers/xterrafile/compare/v2.1.3...v2.3.0) (2019-10-20)
6+
7+
8+
### Features
9+
10+
* **versions:** Add conditional versioning to Git tags ([7b90513](https://github.com/devopsmakers/xterrafile/commit/7b90513374b369cca15c30f2d69837c309a2c9bb))
11+
512
## [2.2.0](https://github.com/devopsmakers/xterrafile/compare/v2.1.3...v2.2.0) (2019-10-20)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xterrafile",
33
"description": "a pure Go tool for managing vendored modules and formulas using a YAML file",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"license": "MIT",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)