Skip to content

Commit

Permalink
chore: version bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynando committed Jan 9, 2024
1 parent ba8597f commit 71b206b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nodecfdi/cfdi-to-pdf ChangeLog

## 1.6.0

### Drop support to node version 14

- Drop support to node 14
- Update dependencies
- Change from microbundle to tsup
- Change from jest to vitest

## 1.5.0

### Feature support to Catalogs
Expand Down
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# `@nodecfdi/cfdi-to-pdf`

[![Source Code][badge-source]][source]
[![XO code style](https://shields.io/badge/code_style-5ed9c7?logo=xo&labelColor=gray)](https://github.com/xojs/xo)
[![Npm Node Version Support][badge-node-version]][node-version]
[![Discord][badge-discord]][discord]
[![Latest Version][badge-release]][release]
Expand All @@ -26,16 +27,32 @@ como lo requieras. Inspirada por la versión de php <https://github.com/phpcfdi/

## Instalación

```shell
NPM

```bash
npm i @nodecfdi/cfdi-to-pdf --save
```

o
YARN

```shell
```bash
yarn add @nodecfdi/cfdi-to-pdf
```

PNPM

```bash
pnpm add @nodecfdi/cfdi-to-pdf
```

CDN - Browser

Usa la versión mas reciente publicada cambiando `<latest-version>` por la última version. Ex. [email protected]/dist...

```html
<script src="https://unpkg.com/@nodecfdi/cfdi-to-pdf@<latest-version>/dist/cfdi-to-pdf.global.js"></script>
```

## Uso básico

Ejemplo en nodejs usando xmldom para CFDI 3.3 y CFDI 4.0
Expand Down Expand Up @@ -256,6 +273,7 @@ The `@nodecfdi/cfdi-to-pdf` library is copyright © [NodeCfdi](https://github.co

[contributing]: https://github.com/nodecfdi/cfdi-to-pdf/blob/main/CONTRIBUTING.md
[changelog]: https://github.com/nodecfdi/cfdi-to-pdf/blob/main/CHANGELOG.md

[source]: https://github.com/nodecfdi/cfdi-to-pdf
[node-version]: https://www.npmjs.com/package/@nodecfdi/cfdi-to-pdf
[discord]: https://discord.gg/AsqX8fkW2k
Expand All @@ -267,12 +285,13 @@ The `@nodecfdi/cfdi-to-pdf` library is copyright © [NodeCfdi](https://github.co
[coverage]: https://sonarcloud.io/component_measures?id=nodecfdi_cfdi-to-pdf&metric=Coverage
[violations]: https://sonarcloud.io/project/issues?id=nodecfdi_cfdi-to-pdf&resolved=false
[downloads]: https://www.npmjs.com/package/@nodecfdi/cfdi-to-pdf

[badge-source]: https://img.shields.io/badge/source-nodecfdi/cfdi--to--pdf-blue.svg?logo=github
[badge-node-version]: https://img.shields.io/node/v/@nodecfdi/cfdi-to-pdf.svg?logo=nodedotjs
[badge-discord]: https://img.shields.io/discord/459860554090283019?logo=discord
[badge-release]: https://img.shields.io/npm/v/@nodecfdi/cfdi-to-pdf.svg?logo=npm
[badge-license]: https://img.shields.io/github/license/nodecfdi/cfdi-to-pdf.svg?logo=open-source-initiative
[badge-build]: https://img.shields.io/github/workflow/status/nodecfdi/cfdi-to-pdf/build/main?logo=github-actions
[badge-build]: https://img.shields.io/github/workflow/status/nodecfdi/cfdi-to-pdf/build.yml?branch=main&logo=github-actions
[badge-reliability]: https://sonarcloud.io/api/project_badges/measure?project=nodecfdi_cfdi-to-pdf&metric=reliability_rating
[badge-maintainability]: https://sonarcloud.io/api/project_badges/measure?project=nodecfdi_cfdi-to-pdf&metric=sqale_rating
[badge-coverage]: https://img.shields.io/sonar/coverage/nodecfdi_cfdi-to-pdf/main?logo=sonarcloud&server=https%3A%2F%2Fsonarcloud.io
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": "@nodecfdi/cfdi-to-pdf",
"version": "1.5.0",
"version": "1.6.0",
"description": "Librería para crear un pdf basado en un XML CFDI o Retenciones",
"keywords": [
"cfdi",
Expand Down

0 comments on commit 71b206b

Please sign in to comment.