Skip to content

Commit 4de0915

Browse files
committed
chore: Release 0.1.2
1 parent f66f897 commit 4de0915

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.1.2
8+
9+
### Fixes
10+
11+
- Retain property order when writing changes to package.json (#75)
12+
713
## 0.1.1
814

915
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dobby"
33
description = "A command line tool for automating common development tasks"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["Dylan Anthony <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ dev-book:
22
mdbook watch docs --open
33

44
prettier:
5-
prettier **/*.md --write
5+
npx prettier **/*.md --write

0 commit comments

Comments
 (0)