Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.5...v2.0.0) (2021-11-14)

### Features

* add better naming for entity references ([5717c81](5717c81))

### BREAKING CHANGES

* The entity references have changed
to be more descriptive. `Alphanumeric` is now `named` and
`unicode` is now `numeric` as these actually reflect the
name of the references.
  • Loading branch information
semantic-release-bot committed Nov 14, 2021
1 parent d50caf5 commit 38f91b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/totallymoney/eslint-plugin-prefer-smart-quotes/compare/v1.0.5...v2.0.0) (2021-11-14)


### Features

* add better naming for entity references ([5717c81](https://github.com/totallymoney/eslint-plugin-prefer-smart-quotes/commit/5717c81a8bbeb14861d00259a0885de24f15db17))


### BREAKING CHANGES

* The entity references have changed
to be more descriptive. `Alphanumeric` is now `named` and
`unicode` is now `numeric` as these actually reflect the
name of the references.

## [1.0.5](https://github.com/totallymoney/eslint-plugin-prefer-smart-quotes/compare/v1.0.4...v1.0.5) (2021-07-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-prefer-smart-quotes",
"version": "1.0.5",
"version": "2.0.0",
"description": "Prefer the use of curly quote/apostrophe characters",
"author": "totallymoney",
"license": "MIT",
Expand Down

0 comments on commit 38f91b7

Please sign in to comment.