Skip to content

Commit b8a4da5

Browse files
committedJan 17, 2022
Update documentation for the v0.0.6 release
1 parent d9b25bf commit b8a4da5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ All notable changes to the "vscode-brautomationtools" extension will be document
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
Add new but unreleased features, fixes... here during development
8+
## [0.0.6] - 2022-01-17
9+
This release adds some small usability features.
1010

1111
### Added
1212
- The build of an Automation Studio project now shows timestamps and the total duration of the build

‎Doc/dev/Guidelines.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Release procedure
22

33
1. Adjust version in package.json
4+
- run npm install to also update package-lock.json
45
2. Adjust CHANGELOG
56
- Create new header for version `## [x.y.z]`
67
- Move all changes listed under `## [Unreleased]` to the new version header

0 commit comments

Comments
 (0)
Please sign in to comment.