Skip to content

Commit cd19fa0

Browse files
committed
Add and fill CHANGELOG.md
1 parent 314d1b5 commit cd19fa0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. If a contribution does not have a mention next to it, [@mxstbr](https://github.com/mxstbr) did it.
4+
5+
*The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).*
6+
7+
## [Unreleased]
8+
9+
### Added
10+
11+
### Changed
12+
13+
## [v1.1.0]
14+
15+
### Added
16+
17+
- Change the database filepath with the `DB_PATH` env variable. (e.g. `DB_PATH=analytics.db micro-analytics`) (see [#5](https://github.com/mxstbr/micro-analytics/pull/5))
18+
19+
### Changed
20+
21+
- Refactor some core code to be more concise, thanks to [@wpcarro](https://github.com/@wpcarro)! (see [#7](https://github.com/mxstbr/micro-analytics/pull/7))
22+
23+
[Unreleased]: https://github.com/styled-components/styled-components/compare/v1.1.0...master
24+
[v1.1.0]: https://github.com/styled-components/styled-components/compare/v1.0.1...v1.1.0

0 commit comments

Comments
 (0)