Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ottonomy committed Mar 20, 2018
1 parent cc3411c commit 6117dc4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

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

## [Unreleased]
- CHANGELOG.md added

## [2.11.3] - 2018-03-20
### Added
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prebuild:prod": "npm run clean:dist",
"build:prod": "node $NODE_DEBUG_OPTION ./node_modules/webpack/bin/webpack.js --config config/webpack.prod.js --profile --colors --bail && npm run write-version && npm run css:prod && npm run build:widgets",
"build:widgets": "node $NODE_DEBUG_OPTION ./node_modules/webpack/bin/webpack.js --config config/webpack.widgets.js --colors --bail",
"write-version": "node get-git-verison --txt > dist/version.txt && node get-git-verison > dist/version.json",
"write-version": "node get-git-version --txt > dist/version.txt && node get-git-version > dist/version.json",
"server": "npm run server:dev",
"server:dev": "node $NODE_DEBUG_OPTION node_modules/webpack-dev-server/bin/webpack-dev-server.js --config config/webpack.dev.js --progress --profile --colors --watch --host 0.0.0.0 --content-base src/",
"server:prod": "live-server --entry-file=index.local.html --open=/login dist",
Expand Down

0 comments on commit 6117dc4

Please sign in to comment.