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

Commit

Permalink
release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Mar 10, 2022
1 parent adb7aae commit 37a7314
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [v0.5.1](https://github.com/inyono/changelog/compare/v0.5.0..v0.5.1) - March 10, 2022

### Internal

- Remove .npmignore.

## [v0.5.0](https://github.com/inyono/changelog/compare/v0.4.0..v0.5.0) - March 10, 2022

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inyono/changelog",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/inyono/changelog",
"bugs": {
"url": "https://github.com/inyono/changelog/issues"
Expand Down
5 changes: 5 additions & 0 deletions scripts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ generateChangelog({
'This package is now ESM only. [Learn more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).',
],
},
{
tagName: 'v0.5.1',
date: '2022-03-10',
internal: ['Remove .npmignore.'],
},
],
})

Expand Down

0 comments on commit 37a7314

Please sign in to comment.