Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jul 31, 2023
1 parent 86181b6 commit 02605fb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
@@ -1,8 +1,14 @@
# invoicer Change Log
# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## 2.0.0

### Commits

## 1.0.0 - {{date}}
* ...
- Initial fork [`86181b6`](https://github.com/bcomnes/invoicer/commit/86181b67c09bc7ac685fed06fa16473e505dbb3f)
10 changes: 7 additions & 3 deletions package.json
@@ -1,9 +1,13 @@
{
"name": "@bret/invoicer",
"description": "generate PDF invoices from json. Maintenance fork of substack/invoicer.",
"version": "1.0.5",
"bin": { "invoicer": "bin/cmd.js" },
"contributors": ["Bret Comnes <bcomnes@gmail.com> (https://bret.io)"],
"version": "2.0.0",
"bin": {
"invoicer": "bin/cmd.js"
},
"contributors": [
"Bret Comnes <bcomnes@gmail.com> (https://bret.io)"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
Expand Down

0 comments on commit 02605fb

Please sign in to comment.