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

Commit 5c7926f

Browse files
authored
release 0.7.2 (#1018)
1 parent 3ab3fad commit 5c7926f

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.7.2 [October 24, 2018]
8+
9+
### Fixed
10+
11+
- Fix compatibility issue with `cosmos-fonts` [#1015]
12+
713
## 0.7.1 [October 23, 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.7.1",
3+
"version": "0.7.2",
44
"engine": "^7.0.0",
55
"private": true,
66
"workspaces": [

0 commit comments

Comments
 (0)