Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Commit a8732b4

Browse files
committed
3.1.1
1 parent d59bdb9 commit a8732b4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [3.1.1] - 2018-01-22
8+
9+
### Fixed
10+
11+
- Fixed le-acme-core dependency by pointing to a [backup fork](https://github.com/rolodato/le-acme-core) of it.
12+
713
## [3.1.0] - 2018-01-15
814

915
### Added
@@ -25,4 +31,4 @@ Full automation is now possible!
2531
- To prevent accidental rate-limiting, staging certificates are obtained by default. Use `--production` to obtain real certificates.
2632
- `--repository` now accepts a full repository URL instead of a repository identifier.
2733
- Commits made from `gitlab-le` now have their author set to "gitlab-le".
28-
- Minimum required Node version is now 8.x.
34+
- Minimum required Node version is now 8.x.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlab-letsencrypt",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Generate a Let's Encrypt certificate for GitLab.com hosted pages",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)