## [1.3.6](https://github.com/sergioramos/remark-prism/compare/v1.3.5...v1.3.6) (2021-04-13)

### Chores

- add .npmignore ([84bcf72](https://github.com/sergioramos/remark-prism/commit/84bcf72325ef025949804ddc5b3e5111d9390d22))
- upgrade dependencies ([a89f42f](https://github.com/sergioramos/remark-prism/commit/a89f42fd437e2757a4902ca4194ad03c499d15cb))
- **deps:** bump actions/cache from v2.1.4 to v2.1.5 ([f1a3985](https://github.com/sergioramos/remark-prism/commit/f1a3985292338f676dee79459c6a4881238a1831))
- **deps:** bump ridedott/release-me-action from v3.5.11 to v3.5.20 ([2d488fb](https://github.com/sergioramos/remark-prism/commit/2d488fb603cdd6670fde97161ae1d56419b0297b))
- **deps:** bump rlespinasse/github-slug-action from 3.4.0 to 3.5.1 ([d469f00](https://github.com/sergioramos/remark-prism/commit/d469f001173a51e6ac8842ba519211d265967b43))
- **deps:** bump wagoid/commitlint-github-action from v3.0.6 to v3.1.0 ([954264d](https://github.com/sergioramos/remark-prism/commit/954264d49ea71f36984a669e91d64f4224dcf0ee))

## [1.3.5](https://github.com/sergioramos/remark-prism/compare/v1.3.4...v1.3.5) (2021-03-30)

### Chores

- upgrade mdx to v2 ([fbd1657](https://github.com/sergioramos/remark-prism/commit/fbd1657a6390dd8ab9758196731bb27fd759439d))
- **deps:** bump actions/cache from v2.1.3 to v2.1.4 ([b1fd922](https://github.com/sergioramos/remark-prism/commit/b1fd92246be5e2ed4b01926c61c1dfad6a912076))
- **deps:** bump actions/setup-node from v2.1.4 to v2.1.5 ([700fe7c](https://github.com/sergioramos/remark-prism/commit/700fe7c3474dd964ec3d9044681f3f94db814d95))
- **deps:** bump ridedott/release-me-action from v3.3.4 to v3.5.11 ([f9699a0](https://github.com/sergioramos/remark-prism/commit/f9699a094a7782d75533da777b44f180d50cdb21))
- **deps:** bump rlespinasse/github-slug-action from 3.1.0 to 3.4.0 ([339d66c](https://github.com/sergioramos/remark-prism/commit/339d66c50788a5969230592b760e9b2ff5305477))
- **deps:** bump wagoid/commitlint-github-action from v2.1.6 to v3.0.6 ([84befaa](https://github.com/sergioramos/remark-prism/commit/84befaae20776fd3a22140e4da872eafdfff1df2))
- upgrade dependencies ([319a579](https://github.com/sergioramos/remark-prism/commit/319a579274e7a70bb5d4868739fdadca7145b7ed))

## [1.3.4](https://github.com/sergioramos/remark-prism/compare/v1.3.3...v1.3.4) (2021-01-05)

### Chores

- upgrade dependencies ([bacd20a](https://github.com/sergioramos/remark-prism/commit/bacd20a2d7a9b7d4a9f0c0f73242079626aad96d))
- **deps-dev:** bump actions/setup-node from v2.1.2 to v2.1.4 ([f42b3ae](https://github.com/sergioramos/remark-prism/commit/f42b3aee2fc8ea12a18a381189c41daad1753eab))
- **deps-dev:** bump ridedott/release-me-action from v3.2.12 to v3.3.4 ([f460390](https://github.com/sergioramos/remark-prism/commit/f460390aaeea0ff06090276c4ebb6137d9b9fe92))
- **deps-dev:** bump wagoid/commitlint-github-action from v2.1.2 to v2.1.6 ([1f6c0b0](https://github.com/sergioramos/remark-prism/commit/1f6c0b022199e8a138748da313073cc006b05397))

## [1.3.3](https://github.com/sergioramos/remark-prism/compare/v1.3.2...v1.3.3) (2020-11-24)

### Chores

- **deps-dev:** upgrade dependencies ([6349741](https://github.com/sergioramos/remark-prism/commit/63497411126bbcdc355efbf9e5154c4b047cca45))

### Continuous Integration

- remove coverage check ([1395a2e](https://github.com/sergioramos/remark-prism/commit/1395a2e6426722aa2312063553f2ddf218e7bb3b))

### Documentation

- add more usage examples ([f48e1cd](https://github.com/sergioramos/remark-prism/commit/f48e1cd4f52d4777503a619d0496a8572085fe17))

### Tests

- add rehype and mdast tests ([c4fc721](https://github.com/sergioramos/remark-prism/commit/c4fc721678edcf44f606ae6b766a1d817aeb9876))
- add test case with all plugins ([a08507a](https://github.com/sergioramos/remark-prism/commit/a08507ae265d8e1af8c53147639db983dcdfba3d))
- update snapshots ([f0da46e](https://github.com/sergioramos/remark-prism/commit/f0da46e7822701e441f9c737226a91349208a447))

## [1.3.2](https://github.com/sergioramos/remark-prism/compare/v1.3.1...v1.3.2) (2020-11-23)

### Bug Fixes

- filter out empty language strings ([94b4d9a](https://github.com/sergioramos/remark-prism/commit/94b4d9aaf601d795cf9901cba192a2312f7c777e))
- restore indentation ([295ac7a](https://github.com/sergioramos/remark-prism/commit/295ac7a1aeb660779564c3a544ba9f49964dc085)), closes [#50](https://github.com/sergioramos/remark-prism/issues/50)

### Chores

- **deps-dev:** bump ridedott/release-me-action from v3.2.5 to v3.2.12 ([871080b](https://github.com/sergioramos/remark-prism/commit/871080bab6453beca77e3b1639beb1afca6eacaa))
- **deps-dev:** bump rollup from 2.33.1 to 2.33.2 ([445eb27](https://github.com/sergioramos/remark-prism/commit/445eb274caac618b1ceed980748f03302da7062b))
- **deps-dev:** bump wagoid/commitlint-github-action from v2.1.1 to v2.1.2 ([58df9db](https://github.com/sergioramos/remark-prism/commit/58df9dbf70fd32bf909a38d234dfa922128983fe))
- **deps-dev:** upgrade dependencies ([7204d46](https://github.com/sergioramos/remark-prism/commit/7204d468b438d6a590be8d85962813cfc34bcbe4))

### Documentation

- add missing option ([48a9fd7](https://github.com/sergioramos/remark-prism/commit/48a9fd72e1da6c7faf50554974446bbcd64bd9fd))
- remove outdated docs ([0046854](https://github.com/sergioramos/remark-prism/commit/004685421bf84d3b92fd185981994b884e1016ef))

## [1.3.1](https://github.com/sergioramos/remark-prism/compare/v1.3.0...v1.3.1) (2020-11-14)

### Bug Fixes

- add missing node props to the prism branch ([de05c22](https://github.com/sergioramos/remark-prism/commit/de05c2283ebe1d6f2acb7d0499b03232933c7ad7))

# [1.3.0](https://github.com/sergioramos/remark-prism/compare/v1.2.1...v1.3.0) (2020-11-14)

### Features

- deal exclusively with a tree, not html ([6f5da71](https://github.com/sergioramos/remark-prism/commit/6f5da71e202081f1b86930d86c8c365cd8fdcc1f))

## [1.2.1](https://github.com/sergioramos/remark-prism/compare/v1.2.0...v1.2.1) (2020-11-13)

### Chores

- **deps-dev:** bump actions/cache from v2.1.2 to v2.1.3 ([cdb3af3](https://github.com/sergioramos/remark-prism/commit/cdb3af3d77884ad3360171166d09a1fb877abd96))
- **deps-dev:** bump c8 from 7.3.4 to 7.3.5 ([960ce1d](https://github.com/sergioramos/remark-prism/commit/960ce1d26d2ba3ae2942614c089084dbca999fd6))
- **deps-dev:** bump eslint from 7.11.0 to 7.12.0 ([3bb283b](https://github.com/sergioramos/remark-prism/commit/3bb283bd91c909de6ffd7889fc1698897f941279))
- **deps-dev:** bump eslint-config-prettier from 6.13.0 to 6.14.0 ([a9e91ab](https://github.com/sergioramos/remark-prism/commit/a9e91ab7206781ad75455e8e814bcc6ee7d0ebf8))
- **deps-dev:** bump lint-staged from 10.4.1 to 10.4.2 ([93d3790](https://github.com/sergioramos/remark-prism/commit/93d3790f0295c214c51e29c069ea682423e804fc))
- **deps-dev:** bump puppeteer from 5.3.1 to 5.4.0 ([b667cfc](https://github.com/sergioramos/remark-prism/commit/b667cfcbfb7d8b621822ba382208e0d5c314d8e3))
- **deps-dev:** bump ridedott/release-me-action from v3.2.3 to v3.2.5 ([595fc41](https://github.com/sergioramos/remark-prism/commit/595fc41290ef080c9b998b434a960b8bee89c2ad))
- **deps-dev:** bump rlespinasse/github-slug-action from 2.1.1 to 3.1.0 ([fff1caf](https://github.com/sergioramos/remark-prism/commit/fff1caf56eeedec8200d930fc741fc755ffadc9f))
- **deps-dev:** bump wagoid/commitlint-github-action from v2.0.2 to v2.1.1 ([edc916d](https://github.com/sergioramos/remark-prism/commit/edc916d99531796efc4ca820d96d28408e0cf8e9))

### Continuous Integration

- add commitlint config ([7180369](https://github.com/sergioramos/remark-prism/commit/718036969fe2dbf745a9c2dd8d0e07b7de7ebd7f))

# [1.2.0](https://github.com/sergioramos/remark-prism/compare/v1.1.18...v1.2.0) (2020-11-13)

### Features

- for compatibility, code also have language (#44) ([3a3c448](https://github.com/sergioramos/remark-prism/commit/3a3c44838edadf63f95bd39aecfc3c2589d62b3b)), closes [#44](https://github.com/sergioramos/remark-prism/issues/44)

## [1.1.18](https://github.com/sergioramos/remark-prism/compare/v1.1.17...v1.1.18) (2020-11-10)

### Chores

- **release:** v1.1.18 ([bb04ac1](https://github.com/sergioramos/remark-prism/commit/bb04ac13946baec2ee567d42e751308f906eb09f))

### Continuous Integration

- **no-release:** fix release rules ([46fc048](https://github.com/sergioramos/remark-prism/commit/46fc048a5adcef70016c0347a00fc94e7011397b))

### Other

- Fix deprecation notice ([a24f9dd](https://github.com/sergioramos/remark-prism/commit/a24f9dd7331ea7f65238916459fe53fc1b378e5e)), closes [/github.com/syntax-tree/hast-util-to-html/blob/main/lib/index.js#L22](https://github.com//github.com/syntax-tree/hast-util-to-html/blob/main/lib/index.js/issues/L22)

## [1.1.18](https://github.com/sergioramos/remark-prism/compare/v1.1.17...v1.1.18) (2020-10-16)

### Continuous Integration

- **no-release:** fix release rules ([46fc048](https://github.com/sergioramos/remark-prism/commit/46fc048a5adcef70016c0347a00fc94e7011397b))

## [1.1.17](https://github.com/sergioramos/remark-prism/compare/v1.1.16...v1.1.17) (2020-10-16)

### Chores

- **deps-dev:** upgrade yarn ([9e4e138](https://github.com/sergioramos/remark-prism/commit/9e4e1387147f0cd11628d988ceae3799f9765d19))

## [1.1.16](https://github.com/sergioramos/remark-prism/compare/v1.1.15...v1.1.16) (2020-10-16)

### Chores

- **deps:** bump prismjs from 1.21.0 to 1.22.0 ([577c6ff](https://github.com/sergioramos/remark-prism/commit/577c6ff44e53f94d6b8a99587f9cc8ba46fbd544))
- **deps-dev:** bump actions/cache from v2.1.1 to v2.1.2 ([54e8357](https://github.com/sergioramos/remark-prism/commit/54e83579363cfacc1d44b40817ca24143baf7c5d))
- **deps-dev:** bump c8 from 7.3.2 to 7.3.3 ([2cf722c](https://github.com/sergioramos/remark-prism/commit/2cf722ce5f27084427ef60312eaa192dab1467e8))
- **deps-dev:** bump eslint from 7.10.0 to 7.11.0 ([5e89f4a](https://github.com/sergioramos/remark-prism/commit/5e89f4aca26202fcf21f111130965b87e0fe2c96))
- **deps-dev:** bump eslint-config-prettier to 6.13.0 ([6fa6422](https://github.com/sergioramos/remark-prism/commit/6fa64229ad972cf6a83a6a3bf3513f45f6a5d49c))
- **deps-dev:** bump remark from 12.0.1 to 13.0.0 ([dea0702](https://github.com/sergioramos/remark-prism/commit/dea07023c9264b95e080edb9df0f5916c81b42f8))
- **deps-dev:** bump ridedott/release-me-action to v3.2.3 ([bfbbac8](https://github.com/sergioramos/remark-prism/commit/bfbbac8ace68596333b2a77ab4b699418e041d12))
- **deps-dev:** upgrade dependencies (c8, lint-staged) ([974f841](https://github.com/sergioramos/remark-prism/commit/974f841147388611df0bdc4c19a844f3988133e9))

### Continuous Integration

- don't release on deps-dev scope ([ee770c5](https://github.com/sergioramos/remark-prism/commit/ee770c5a60a6be59b15fce694629ff9bb97fc372))

## [1.1.15](https://github.com/sergioramos/remark-prism/compare/v1.1.14...v1.1.15) (2020-10-08)

### Chores

- **deps:** bump actions/setup-node from v2.1.1 to v2.1.2 ([45bc6d4](https://github.com/sergioramos/remark-prism/commit/45bc6d4c3c82b3612fbc250b145d4b269037fc56))
- **deps:** bump devmasx/coverage-check-action from v1.1.0 to v1.2.0 ([e5d21f4](https://github.com/sergioramos/remark-prism/commit/e5d21f4e140897ad11314e8b66da95185b7cc326))
- **deps:** bump rlespinasse/github-slug-action from 2.1.0 to 2.1.1 ([4f7a7ea](https://github.com/sergioramos/remark-prism/commit/4f7a7ea481aede98d2e763c0153fa655d6a04881))
- **deps-dev:** bump ava from 3.12.1 to 3.13.0 ([1189f69](https://github.com/sergioramos/remark-prism/commit/1189f6933cc266766b212f40faa6635d13c3b5f9))
- **deps-dev:** bump c8 from 7.3.1 to 7.3.2 ([b18968f](https://github.com/sergioramos/remark-prism/commit/b18968f30348b83768731737d0806a144e6c1418))
- **deps-dev:** bump eslint from 7.9.0 to 7.10.0 ([cc4689c](https://github.com/sergioramos/remark-prism/commit/cc4689cb394bb9ba23d2061e4517df6d45063ff7))
- **deps-dev:** bump eslint-config-prettier from 6.11.0 to 6.12.0 ([2260954](https://github.com/sergioramos/remark-prism/commit/226095444c832162192ca886ad0593e2a1c451c9))
- **deps-dev:** bump remark-html from 12.0.0 to 13.0.1 ([aaeb5f3](https://github.com/sergioramos/remark-prism/commit/aaeb5f35e3062f56ff41d4c65297c3c7c3cf04b5))
- **no-release:** don't release on dev-deps ([e271be5](https://github.com/sergioramos/remark-prism/commit/e271be57426ca4047f762cf5ce4e7cd417429b02))

## [1.1.14](https://github.com/sergioramos/remark-prism/compare/v1.1.13...v1.1.14) (2020-09-24)

### Documentation

- add cover ([691515b](https://github.com/sergioramos/remark-prism/commit/691515b1c1148d5826d2b2345acb6a114774becb))

## [1.1.13](https://github.com/sergioramos/remark-prism/compare/v1.1.12...v1.1.13) (2020-09-24)

### Chores

- **deps-dev:** bump c8 from 7.3.0 to 7.3.1 ([109a675](https://github.com/sergioramos/remark-prism/commit/109a675430cd5bd79db6c5f639ec77bae56c233a))
- **deps-dev:** bump lint-staged from 10.3.0 to 10.4.0 ([32a5eb0](https://github.com/sergioramos/remark-prism/commit/32a5eb03d54c8858516a75b60f93f1eb8f8e73af))
- **deps-dev:** bump puppeteer from 5.3.0 to 5.3.1 ([94c4756](https://github.com/sergioramos/remark-prism/commit/94c4756f0d266ca6edd52c5c5aeeea7594883f1c))

## [1.1.12](https://github.com/sergioramos/remark-prism/compare/v1.1.11...v1.1.12) (2020-09-16)

### Chores

- **deps-dev:** bump prettier from 2.1.1 to 2.1.2 ([39cd10e](https://github.com/sergioramos/remark-prism/commit/39cd10e5b0f7402d72af1aaedeab13f1e75310e1))

## [1.1.11](https://github.com/sergioramos/remark-prism/compare/v1.1.10...v1.1.11) (2020-09-14)

### Chores

- **deps-dev:** bump puppeteer from 5.2.1 to 5.3.0 ([ad523f1](https://github.com/sergioramos/remark-prism/commit/ad523f14baf9b055214a7fb894ea96fa24bf468a))
- prettier and eslintrc on pkg.json ([e4ba684](https://github.com/sergioramos/remark-prism/commit/e4ba68462a36f1de53af3bf7adb0007a197e2c59))
- **deps-dev:** bump eslint from 7.8.1 to 7.9.0 ([908b280](https://github.com/sergioramos/remark-prism/commit/908b280335c7f53e4eeb1f931612d764a00dc9ed))
- **deps-dev:** bump lint-staged from 10.2.13 to 10.3.0 ([0f339a6](https://github.com/sergioramos/remark-prism/commit/0f339a60368be0778370811f571236f46afa7881))

## [1.1.10](https://github.com/sergioramos/remark-prism/compare/v1.1.9...v1.1.10) (2020-09-08)

### Chores

- **deps-dev:** bump husky from 4.2.5 to 4.3.0 ([5a5c611](https://github.com/sergioramos/remark-prism/commit/5a5c6111c1f0348645597ae1e41d0ded8a324b85))

## [1.1.9](https://github.com/sergioramos/remark-prism/compare/v1.1.8...v1.1.9) (2020-09-02)

### Chores

- **deps-dev:** bump eslint from 7.8.0 to 7.8.1 ([0e0347d](https://github.com/sergioramos/remark-prism/commit/0e0347d7e0a5d4c8fe8cd29890f2c2d1c2d8ad91))

## [1.1.8](https://github.com/sergioramos/remark-prism/compare/v1.1.7...v1.1.8) (2020-09-01)

### Chores

- **deps-dev:** bump eslint from 7.7.0 to 7.8.0 ([59517a3](https://github.com/sergioramos/remark-prism/commit/59517a398c59e2af9bf6e19ebb4a723eeb324bc2))

## [1.1.7](https://github.com/sergioramos/remark-prism/compare/v1.1.6...v1.1.7) (2020-08-26)

### Chores

- **deps-dev:** bump lint-staged from 10.2.12 to 10.2.13 ([10f63cc](https://github.com/sergioramos/remark-prism/commit/10f63ccfd72a471462bc02a3dc00f90377ccf599))
- **deps-dev:** bump prettier from 2.1.0 to 2.1.1 ([636dfee](https://github.com/sergioramos/remark-prism/commit/636dfee47b1e92c4f274469996acf795f7d4a55e))

## [1.1.6](https://github.com/sergioramos/remark-prism/compare/v1.1.5...v1.1.6) (2020-08-25)

### Chores

- **deps:** bump actions/cache from v1 to v2.1.1 ([ab65e9a](https://github.com/sergioramos/remark-prism/commit/ab65e9a0aa02112a78d51f97b7ef0480d51e81ce))
- **deps:** bump actions/setup-node from v1 to v2.1.1 ([6495a14](https://github.com/sergioramos/remark-prism/commit/6495a146b0366e2d606f320bc7401f7ab3926f4b))
- **deps:** bump rlespinasse/github-slug-action from 1.1.0 to 2.1.0 ([ba595ed](https://github.com/sergioramos/remark-prism/commit/ba595ed03c845177774bf6fc2c9b43a67c850bbf))
- **deps:** bump wagoid/commitlint-github-action from v1 to v2.0.2 ([5936dd1](https://github.com/sergioramos/remark-prism/commit/5936dd1eb9e1b08c32a0dec0c21cc99a177fc082))

## [1.1.5](https://github.com/sergioramos/remark-prism/compare/v1.1.4...v1.1.5) (2020-08-25)

### Continuous Integration

- update github actions through dependabot ([a1334a7](https://github.com/sergioramos/remark-prism/commit/a1334a75eaa43dadd887324d6172cbf09125eea7))

## [1.1.4](https://github.com/sergioramos/remark-prism/compare/v1.1.3...v1.1.4) (2020-08-25)

### Chores

- **deps-dev:** bump ava from 3.11.1 to 3.12.1 ([050a1f4](https://github.com/sergioramos/remark-prism/commit/050a1f4bff627d37301ed918ba34cad56a8cd0e6))
- **deps-dev:** bump lint-staged from 10.2.11 to 10.2.12 ([4eeb1c0](https://github.com/sergioramos/remark-prism/commit/4eeb1c0b4e27bf345f428ce0c930fffa6264928c))
- **deps-dev:** bump prettier from 2.0.5 to 2.1.0 ([ec26133](https://github.com/sergioramos/remark-prism/commit/ec26133ce0d4baf4d423906c1f7321f3fe311d91))

### Continuous Integration

- allow empty on dependabot changes ([6e0c741](https://github.com/sergioramos/remark-prism/commit/6e0c741bd0aa2e446f4bc235c43fdf1f59002f93))
- remove .dependabot config ([5667adc](https://github.com/sergioramos/remark-prism/commit/5667adcedb7b1c3011ea73b256edd191b866ff99))
- run tests on dependabot ([5bc9e9a](https://github.com/sergioramos/remark-prism/commit/5bc9e9aeb5460214ef3fca810e036ba0403447a5))
- update package.json too on dependabot ([bedeada](https://github.com/sergioramos/remark-prism/commit/bedeada27c1aba59f4546636926bf87ad851ab5c))
- upgrade yarn ([1fac57c](https://github.com/sergioramos/remark-prism/commit/1fac57cbe4f38f9c1b371eb28953fae613f3baa2))

## [1.1.3](https://github.com/sergioramos/remark-prism/compare/v1.1.2...v1.1.3) (2020-08-25)

### Continuous Integration

- add support for dependabot ([aad5f02](https://github.com/sergioramos/remark-prism/commit/aad5f0267b8a3668b921f9662bfe4bbb849904ff))

## [1.1.2](https://github.com/sergioramos/remark-prism/compare/v1.1.1...v1.1.2) (2020-08-18)

### Chores

- remove module scope ([7d783db](https://github.com/sergioramos/remark-prism/commit/7d783db454a66ef0088902286bf365020c03b61d))

### BREAKING CHANGE

- this essentially creates a new package and the previous one is now deprecated

## [1.1.1](https://github.com/sergioramos/remark-prism/compare/v1.1.0...v1.1.1) (2020-08-18)

### Chores

- upgrade dependencies ([d998811](https://github.com/sergioramos/remark-prism/commit/d99881183cfc00181578fa76c315e1f2ef1cea78))

### Continuous Integration

- use NODE_AUTH_TOKEN to publish ([41c9ed1](https://github.com/sergioramos/remark-prism/commit/41c9ed120c452d023f7c853a91be0fc521a2d716))
- use npm registry ([5a71cb8](https://github.com/sergioramos/remark-prism/commit/5a71cb83865b92d55643e5431f26542c0c5a4fc0))

# [1.1.0](https://github.com/sergioramos/remark-prism/compare/v1.0.2...v1.1.0) (2020-05-18)

### Features

- add support to snippet legend ([2a85819](https://github.com/sergioramos/remark-prism/commit/2a858198f6deb87e6c1095a76090e2673e4b3e06))

## [1.0.2](https://github.com/sergioramos/remark-prism/compare/v1.0.1...v1.0.2) (2020-05-18)

### Bug Fixes

- prevent self crash ([de74e7f](https://github.com/sergioramos/remark-prism/commit/de74e7f15e190b6acb346b683478fff28b4b74e3))

## [1.0.1](https://github.com/sergioramos/remark-prism/compare/v1.0.0...v1.0.1) (2020-05-18)

### Bug Fixes

- prevent crash when lang is not defined ([5170434](https://github.com/sergioramos/remark-prism/commit/5170434638d2cc35396830ed03e573a281b39abb))

# 1.0.0 (2020-05-09)

### Features

- first commit ([585c676](https://github.com/sergioramos/remark-prism/commit/585c676742115ce407882c73d53767856dd51d73))
