Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-lam committed Dec 25, 2020
1 parent dc93c93 commit b14e43e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.3] - 2020-12-25

### Fixed

- Added .github to .npmignore

### Added

- Added github-actions to Dependabot configuration

### Changed

- Use numbered version of coveralls GitHub Action

## [1.1.2] - 2020-12-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "politely",
"version": "1.1.2",
"version": "1.1.3",
"main": "politely.js",
"types": "politely.d.ts",
"description": "Ensure that a server process gracefully shuts down.",
Expand Down

0 comments on commit b14e43e

Please sign in to comment.