Skip to content

Commit

Permalink
Bump to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karellm committed Mar 13, 2022
1 parent c04e7ed commit e816fa5
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 155 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

# 6.0.0

- BREAKING: Drop support for Node 13, 15. Add support for Node 18.
- BREAKING: This package is now pure ESM
- Update dependencies

# 5.4.0

- Set colors dependency to 1.4.0 #503
Expand Down
7 changes: 7 additions & 0 deletions docs/migration.md
@@ -1,3 +1,10 @@
# Migrating from `5.x` to `6.x`

## Breaking changes

- We dropped support for node versions that are not LTS. Only even numbered versions will be supported going forward.
- This project is now a pure ESM project. You can read about it [here](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) to help you transition your project.

# Migrating from `4.x` to `5.x`

## Breaking change
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "i18next-parser",
"description": "Command Line tool for i18next",
"version": "5.4.0",
"version": "6.0.0",
"type": "module",
"license": "MIT",
"author": "Karel Ledru",
Expand Down

0 comments on commit e816fa5

Please sign in to comment.