Skip to content

Commit b230632

Browse files
committed
build(release): bump project version to 0.3.8
1 parent 6396ecb commit b230632

File tree

8 files changed

+9
-20
lines changed

8 files changed

+9
-20
lines changed

CHANGELOG.MD

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
7-
## [Unreleased]
8-
91
## [0.3.7] - 2021-08-15
102
### Added
113
- Build scripts for developing inside docker containers

dist/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-step-progress.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-step-progress.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "vue-step-progress",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"repository": "bastidest/vue-step-progress",
55
"description": "A Vue component to display a progressbar with labels",
66
"main": "./dist/vue-step-progress.min.js",

0 commit comments

Comments
 (0)