Skip to content

Commit 197124e

Browse files
author
Christoph Wolfes
committed
# bump version for release version 0.5.1
- introduces a changelog file - also adds the package-lock file to decrease problems with npm dependencies
1 parent 6ffe973 commit 197124e

File tree

4 files changed

+6810
-2
lines changed

4 files changed

+6810
-2
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [v0.5.1] - 2020-12-17
10+
11+
### Fixed
12+
13+
* Loading gravatar over https (#10)

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adf-widget-scm",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"main": "dist/adf-widget-scm.js",
55
"ignore": [
66
"bower.json",

0 commit comments

Comments
 (0)