Skip to content

Commit 9f23183

Browse files
committed
Bump version
1 parent 46993ec commit 9f23183

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77

8-
## 0.6.x (Unreleased)
8+
## 0.7.x (Unreleased)
99
> Released N/A
1010
11+
* N/A
12+
13+
## 0.6.x
14+
> Released Apr 29, 2022
15+
1116
* Clean up `ansi-apply`, now accept object for the first argument (67277ffb70ff8966d452da76fd50ad3cfb41ef08)
1217
* Ensure Eask-file exists before executing the command (d40e29a042c1886d5748480d789a8d7b36735a09)
1318
* Add checker rules for package metadata (f69efac5e1f66ee73424e17d733cd732d3a28eda)

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "eask"
2-
"0.5.0"
2+
"0.6.0"
33
"A set of command-line tools to build Emacs packages")
44

55
(files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emacs-eask/eask",
3-
"version": "0.5.22",
3+
"version": "0.6.0",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)