Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit b96964d

Browse files
author
Cole J Calamos
committed
Updated Changelog
1 parent 316af94 commit b96964d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.2.0 - 1.2.3] - 2020-06-23
9+
10+
Updated workflows to publish to GitHub Packages Repo.
11+
12+
### Changed
13+
14+
- Publish workflow now includes GitHub
15+
816
## [1.1.12] - 2020-06-19
917

1018
Updated .ts files to have return types on every function.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccalamos/gatsby-source-googlemaps-static",
33
"description": "Gatsby source plugin for Google Maps Static API",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"author": "Cole Calamos <cole@colejcalamos.com>",
66
"bugs": {
77
"url": "https://github.com/ccalamos/gatsby-source-googlemaps-static/issues"
@@ -15,7 +15,7 @@
1515
"maps",
1616
"static"
1717
],
18-
"homepage": "https://www.gatsbyjs.org/packages/gatsby-source-googlemaps-static/",
18+
"homepage": "https://yarnpkg.com/package/@ccalamos/gatsby-source-googlemaps-static",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/ccalamos/gatsby-source-googlemaps-static.git"

0 commit comments

Comments
 (0)