Skip to content

Commit

Permalink
fix(md-aggregate): use snobuild and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Jun 17, 2022
1 parent 26278c3 commit 7acf192
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
6 changes: 2 additions & 4 deletions packages/md-aggregate/CHANGELOG.md
Expand Up @@ -3,14 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Note: This section is orginally written in CHANGELOG.md file and is merged into README.md to show how this project works.

## [1.1.12](https://github.com/snomiao/js/compare/md-aggregate@1.1.11...md-aggregate@1.1.12) (2022-05-12)

**Note:** Version bump only for package md-aggregate





## [1.1.11](https://github.com/snomiao/js/compare/md-aggregate@0.1.10...md-aggregate@1.1.11) (2022-05-03)

**Note:** Version bump only for package md-aggregate
Expand Down
28 changes: 28 additions & 0 deletions packages/md-aggregate/README.md
Expand Up @@ -73,11 +73,39 @@ License: GPLv3
Author: snomiao <snomiao@gmail.com>
```

## About

### License

GPLv3 - [The GNU General Public License v3.0 - GNU Project - Free Software Foundation](https://www.gnu.org/licenses/gpl-3.0.en.html)


### Author

Author: snomiao <snomiao@gmail.com>
Website: [snomiao.com](https://snomiao.com)

### Sponsors

- None yet.

Claim your sponsorship by donating snomiao <[Email: snomiao@gmail.com](mailto:snomiao@gmail.com)>

### Contribute

The main repo is in [here](https://github.com/snomiao/js#readme), any issue and PR's welcome.

## Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Note: This section is orginally written in CHANGELOG.md file and is merged into README.md to show how this project works.

### [1.1.12](https://github.com/snomiao/js/compare/md-aggregate@1.1.11...md-aggregate@1.1.12) (2022-05-12)

**Note:** Version bump only for package md-aggregate

### [1.1.11](https://github.com/snomiao/js/compare/md-aggregate@0.1.10...md-aggregate@1.1.11) (2022-05-03)

**Note:** Version bump only for package md-aggregate
Expand Down
3 changes: 2 additions & 1 deletion packages/md-aggregate/package.json
@@ -1,6 +1,6 @@
{
"name": "md-aggregate",
"version": "1.1.12",
"version": "1.1.13",
"description": "Aggregate README.md with CHANGELOG.md or whatever",
"keywords": [
"markdown",
Expand Down Expand Up @@ -36,6 +36,7 @@
],
"scripts": {
"build": "tsc && node esbuild-with-cli.mjs",
"prepack": "snobuild --lib",
"postversion": "prettier -w CHANGELOG.md && md-aggregate CHANGELOG.md README.md -w"
},
"dependencies": {
Expand Down

0 comments on commit 7acf192

Please sign in to comment.