File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6+
7+ ## 1.11.1 - 2019-04-12
8+ ### Changed
9+ - Analyze product url to https://analyze.buffer.com/
10+
11+ ## 1.11.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @bufferapp/app-sidebar" ,
3- "version" : " 1.11.0 " ,
3+ "version" : " 1.11.1 " ,
44 "description" : " Display application notifications" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const AppSidebar = ({
6767 icon = { < AnalyzeIcon /> }
6868 active = { activeProduct === 'analyze' }
6969 label = "Analyze"
70- href = "https://buffer.com/analyze "
70+ href = "https://analyze. buffer.com/"
7171 newWindow
7272 />
7373
You can’t perform that action at this time.
0 commit comments