convert-csv-to-json
Advanced tools
Comparing version 2.28.0 to 2.29.0
{ | ||
"name": "convert-csv-to-json", | ||
"version": "2.28.0", | ||
"version": "2.29.0", | ||
"description": "Convert CSV to JSON", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# CSVtoJSON | ||
[![Node CI/CD](https://github.com/iuccio/csvToJson/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/iuccio/csvToJson/actions/workflows/ci-cd.yml) | ||
[![Node CI](https://github.com/iuccio/csvToJson/actions/workflows/ci-cd.yml/badge.svg?branch=master)](https://github.com/iuccio/csvToJson/actions/workflows/ci-cd.yml) | ||
![CodeQL](https://github.com/iuccio/csvToJson/actions/workflows/codeql-analysis.yml/badge.svg) | ||
@@ -35,3 +35,3 @@ [![Known Vulnerabilities](https://snyk.io/test/github/iuccio/csvToJson/badge.svg)](https://snyk.io/test/github/iuccio/csvToJson) | ||
- [Development](#development) | ||
- [CI/CD](#ci/cd-github-action) | ||
- [CI CD](#ci-cd-github-action) | ||
- [License](#license) | ||
@@ -313,3 +313,3 @@ - [Buy me a Coffee](#buy-me-a-coffee) | ||
## CI/CD github action | ||
## CI CD github action | ||
Pushing on the master branch, depending on the git message, an new version will always be released. | ||
@@ -316,0 +316,0 @@ If the commit message contains the keyword: |
@@ -17,2 +17,3 @@ # Security Policy | ||
| ------- | ------------------ | | ||
| 2.29.0 | :white_check_mark: | | ||
| 2.2.0 | :white_check_mark: | | ||
@@ -28,2 +29,3 @@ | 2.0.0 | :white_check_mark: | | ||
| ------- | ------------------ | | ||
| 2.29.0 | :white_check_mark: | | ||
| 2.2.0 | :white_check_mark: | | ||
@@ -30,0 +32,0 @@ | 2.0.0 | :white_check_mark: | |
70872