Skip to content

Commit

Permalink
Bump to 1.5.2 (#29)
Browse files Browse the repository at this point in the history
* Bump to 1.5.2

* Update changelog
  • Loading branch information
pcothenet authored Mar 30, 2021
1 parent dc1404c commit 9009dfb
Show file tree
Hide file tree
Showing 4 changed files with 6,349 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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).

## [1.5.2] - 2021-03-30

### Changed

- Updating dependencies in package-lock.json

## [1.5.0] - 2021-03-01

### Changed
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SHELL = /bin/bash

build:
npm install && \
npx prettier --write . && \
npm run build

Expand Down
Loading

0 comments on commit 9009dfb

Please sign in to comment.