Skip to content

Commit 9009dfb

Browse files
authored
Bump to 1.5.2 (#29)
* Bump to 1.5.2 * Update changelog
1 parent dc1404c commit 9009dfb

File tree

4 files changed

+6349
-11
lines changed

4 files changed

+6349
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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+
## [1.5.2] - 2021-03-30
9+
10+
### Changed
11+
12+
- Updating dependencies in package-lock.json
13+
814
## [1.5.0] - 2021-03-01
915

1016
### Changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SHELL = /bin/bash
22

33
build:
4+
npm install && \
45
npx prettier --write . && \
56
npm run build
67

0 commit comments

Comments
 (0)