Skip to content

Commit

Permalink
# bump version for release version 0.5.1
Browse files Browse the repository at this point in the history
- introduces a changelog file
- also adds the package-lock file to decrease problems with npm dependencies
  • Loading branch information
Christoph Wolfes committed Dec 17, 2020
1 parent 6ffe973 commit 197124e
Show file tree
Hide file tree
Showing 4 changed files with 6,810 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.5.1] - 2020-12-17

### Fixed

* Loading gravatar over https (#10)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adf-widget-scm",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/adf-widget-scm.js",
"ignore": [
"bower.json",
Expand Down
Loading

0 comments on commit 197124e

Please sign in to comment.