Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 3c9e964

Browse files
author
Franco Correa
authored
Release 0.9.1 (#1177)
* Update changelog * Bump package version
1 parent 1d0567e commit 3c9e964

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). Currently, this project is using an `0.x` versioning system to indicate its preview status. As such, it does _not_ currently adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Once we reach production readiness, we will follow semver beginning with our `1.0` release. In the meantime, please read this changelog for information on breaking changes!
66

7+
## 0.9.1 [November 29, 2018]
8+
9+
### Fixed
10+
11+
- Global styles: Set the global line height to `1.6`. [#1176]
12+
713
## 0.9.0 [November 29, 2018]
814

915
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmos",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"engine": "^7.0.0",
55
"private": true,
66
"workspaces": [

0 commit comments

Comments
 (0)