Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puresamari committed Sep 6, 2020
1 parent ba9cbcd commit 444afab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ 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).


## WIP
## 0.6.0 - 6. August 2020
### Added
- `[compilers]` Added copy compiler for if no compiler is found for files.

### Fixed
- `[dev-server]` Fixed issue with double compiling files.
- `[watch]` Fixed issue with double compiling files.

## 0.5.6 - 6. August 2020
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puresamari/spb",
"version": "0.5.6",
"version": "0.6.0",
"description": "A simple build tool for quick website development.",
"main": "./lib/cli/index.js",
"bin": {
Expand Down

0 comments on commit 444afab

Please sign in to comment.