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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Mar 10, 2022
1 parent 37a7314 commit f421e79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
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.2](https://github.com/inyono/changelog/compare/v0.5.1..v0.5.2) - March 10, 2022

### Fixed

- Publish build output.

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

### Internal
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inyono/changelog",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/inyono/changelog",
"bugs": {
"url": "https://github.com/inyono/changelog/issues"
Expand All @@ -12,6 +12,9 @@
"exports": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"_prettier": "prettier .",
"build": "rimraf dist && tsup src/index.ts --dts --format esm",
Expand Down
5 changes: 5 additions & 0 deletions scripts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ generateChangelog({
date: '2022-03-10',
internal: ['Remove .npmignore.'],
},
{
tagName: 'v0.5.2',
date: '2022-03-10',
fixed: ['Publish build output.'],
},
],
})

Expand Down

0 comments on commit f421e79

Please sign in to comment.