Skip to content

Commit

Permalink
feat: version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jan 15, 2019
1 parent 46b28c0 commit 4651d20
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 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).

<a name="1.1.0"></a>
## [1.1.0](https://github.com/mauroreisvieira/meetio/compare/v1.0.0...v1.1.0) (2019-01-15)

### Changed

* Feat color of background in Meetio Darker Scheme.

---

<a name="1.0.0"></a>
## 1.0.0 (2019-01-11)

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": "Meetio",
"version": "1.0.0",
"version": "1.1.0",
"description": "Meetio Theme for Sublime Text 3",
"scripts": {
"build": "gulp",
Expand Down
6 changes: 3 additions & 3 deletions utils/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.mo-config-changes ul li, .mo-config-changes p {
{{'.foreground'|css}}
margin-top: 18px;
}
.mo-config-changes a {
Expand All @@ -31,14 +32,13 @@
{{'.string'|css('color')}}
}
.mo-config-changes h1,
.mo-config-changes h2 {
margin-top: 50px;
margin-top: 40px;
}
.mo-config-changes h3,
.mo-config-changes h4 {
margin-top: 30px;
margin-top: 24px;
}
'''

Expand Down

0 comments on commit 4651d20

Please sign in to comment.