semantic-release-bot
bbce7dd0c2
chore(release): 9.1.1 [skip ci]
...
## [9.1.1](https://github.com/markedjs/marked/compare/v9.1.0...v9.1.1 ) (2023-10-11)
### Bug Fixes
* add marked.min.js to package exports ([#3035 ](https://github.com/markedjs/marked/issues/3035 )) ([71fc094](71fc094928
))
v9.1.1
2023-10-11 20:28:47 +00:00
michael faith
71fc094928
fix: add marked.min.js to package exports ( #3035 )
...
fix: add marked.min.js to export conditions
This change adds the minified js to the package's export
conditions. This will allow projects using PnP to have access
to the script during build time.
2023-10-11 14:22:24 -06:00
Beni Arisandi
3aa1742709
docs: add marked-footnote
to known extensions ( #3034 )
2023-10-10 09:23:28 -06:00
dependabot[bot]
997fafbe85
chore(deps-dev): Bump rollup from 3.29.4 to 4.0.2 ( #3033 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony Brix <tony@brix.ninja>
2023-10-09 23:20:49 -06:00
dependabot[bot]
f90ae0692c
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4 ( #3031 )
...
chore(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.7.3 to 6.7.4.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 12:19:03 -06:00
dependabot[bot]
9cdb5718d2
chore(deps-dev): Bump @typescript-eslint/parser from 6.7.3 to 6.7.4 ( #3029 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.7.3 to 6.7.4.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 10:58:36 -06:00
dependabot[bot]
d8230da610
chore(deps-dev): Bump @rollup/plugin-terser from 0.4.3 to 0.4.4 ( #3030 )
...
Bumps [@rollup/plugin-terser](https://github.com/rollup/plugins/tree/HEAD/packages/terser ) from 0.4.3 to 0.4.4.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/terser/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/terser-v0.4.4/packages/terser )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-terser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 10:58:26 -06:00
dependabot[bot]
90ae23f643
chore(deps-dev): Bump highlight.js from 11.8.0 to 11.9.0 ( #3032 )
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.8.0 to 11.9.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.0 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 10:58:10 -06:00
Tony Brix
34f47b1b8f
docs: add marked-smartypants-lite to known extensions ( #3016 )
2023-10-05 13:03:07 -06:00
Beni Arisandi
1050077d98
docs: add some extensions to known extensions ( #3026 )
...
* docs(using_advanced): adds `codefence` related extensions to known extensions
Added:
- `marked-code-format` for formatting code blocks using Prettier
- `marked-code-jsx-renderer` for rendering JSX code blocks using a custom renderer and components
- `marked-code-preview` for transforming code blocks into code previews
* docs(using_advanced): add `marked-sequential-hooks` to known extensions
* chore: typo
* chore: enclose package name in backticks
Co-authored-by: Tony Brix <tony@brix.ninja>
* chore: enclose package name in backticks
Co-authored-by: Tony Brix <tony@brix.ninja>
---------
Co-authored-by: Tony Brix <tony@brix.ninja>
2023-10-04 21:58:33 -06:00
semantic-release-bot
7242d58462
chore(release): 9.1.0 [skip ci]
...
# [9.1.0](https://github.com/markedjs/marked/compare/v9.0.3...v9.1.0 ) (2023-10-05)
### Features
* add `--no-clobber` option to CLI ([#3025 ](https://github.com/markedjs/marked/issues/3025 )) ([b8adee7](b8adee7f7c
))
v9.1.0
2023-10-05 02:12:07 +00:00
Karthik Prakash
b8adee7f7c
feat: add --no-clobber
option to CLI ( #3025 )
...
Co-authored-by: skoriop <karthikp.ivy@gmail.com>
Co-authored-by: Steven <steven@ceriously.com>
2023-10-04 20:05:55 -06:00
dependabot[bot]
c9ffa649a4
chore(deps-dev): Bump eslint from 8.48.0 to 8.50.0 ( #3024 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.48.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.50.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 09:19:32 -06:00
dependabot[bot]
4cdea5fc02
chore(deps-dev): Bump markdown-it from 13.0.1 to 13.0.2 ( #3023 )
...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it ) from 13.0.1 to 13.0.2.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2 )
---
updated-dependencies:
- dependency-name: markdown-it
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 09:19:20 -06:00
dependabot[bot]
2bb06c1a90
chore(deps-dev): Bump @typescript-eslint/parser from 6.7.2 to 6.7.3 ( #3022 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.7.2 to 6.7.3.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.3/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 09:19:10 -06:00
dependabot[bot]
dcb1802d7a
chore(deps-dev): Bump @semantic-release/github from 9.0.7 to 9.2.1 ( #3021 )
...
Bumps [@semantic-release/github](https://github.com/semantic-release/github ) from 9.0.7 to 9.2.1.
- [Release notes](https://github.com/semantic-release/github/releases )
- [Commits](https://github.com/semantic-release/github/compare/v9.0.7...v9.2.1 )
---
updated-dependencies:
- dependency-name: "@semantic-release/github"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 09:18:59 -06:00
dependabot[bot]
6bc8f58919
chore(deps-dev): Bump rollup from 3.29.3 to 3.29.4 ( #3020 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.29.3 to 3.29.4.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v3.29.3...v3.29.4 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 09:18:50 -06:00
Tony Brix
587729f9a5
chore: remove node 4 polyfills ( #3014 )
2023-09-29 00:54:12 -06:00
Jeremy Graziani
591ad80483
docs: Update authors link in SECURITY.md ( #3013 )
...
docs: Update Authors link in SECURITY.md
2023-09-28 07:32:42 -06:00
dependabot[bot]
ad06713949
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.3 ( #3009 )
...
chore(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.6.0 to 6.7.3.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.3/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 22:46:30 -06:00
dependabot[bot]
e7ce7cddad
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.2 ( #3008 )
...
chore(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.6.0 to 6.7.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 12:23:28 -06:00
dependabot[bot]
b69fbd2ba2
chore(deps-dev): Bump rollup from 3.29.2 to 3.29.3 ( #3007 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.29.2 to 3.29.3.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v3.29.2...v3.29.3 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 12:23:08 -06:00
dependabot[bot]
c084e4628c
chore(deps-dev): Bump @semantic-release/github from 9.0.5 to 9.0.7 ( #3006 )
...
Bumps [@semantic-release/github](https://github.com/semantic-release/github ) from 9.0.5 to 9.0.7.
- [Release notes](https://github.com/semantic-release/github/releases )
- [Commits](https://github.com/semantic-release/github/compare/v9.0.5...v9.0.7 )
---
updated-dependencies:
- dependency-name: "@semantic-release/github"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 12:22:28 -06:00
dependabot[bot]
52a5a96c61
chore(deps-dev): Bump @typescript-eslint/parser from 6.6.0 to 6.7.2 ( #3005 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.6.0 to 6.7.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 09:30:58 -06:00
dependabot[bot]
13608efe2e
chore(deps-dev): Bump semantic-release from 22.0.0 to 22.0.5 ( #3004 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 22.0.0 to 22.0.5.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v22.0.0...v22.0.5 )
---
updated-dependencies:
- dependency-name: semantic-release
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 09:30:14 -06:00
Angad Sethi
6f4afade95
docs: fix typo in USING_PRO
( #3000 )
...
Fix two typos in `USING_PRO` doc.
2023-09-21 08:11:44 -06:00
Tony Brix
a942ef3758
docs: remove @types/marked ( #2998 )
2023-09-20 08:21:08 -06:00
semantic-release-bot
2ec4c00966
chore(release): 9.0.3 [skip ci]
...
## [9.0.3](https://github.com/markedjs/marked/compare/v9.0.2...v9.0.3 ) (2023-09-18)
### Bug Fixes
* marked --help ([#2991 ](https://github.com/markedjs/marked/issues/2991 )) ([43643b3](43643b3a00
))
v9.0.3
2023-09-18 17:44:13 +00:00
Tony Brix
43643b3a00
fix: marked --help ( #2991 )
2023-09-18 11:37:43 -06:00
dependabot[bot]
a0804695b2
chore(deps-dev): Bump @semantic-release/release-notes-generator from 11.0.7 to 12.0.0 ( #2992 )
...
chore(deps-dev): Bump @semantic-release/release-notes-generator
Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator ) from 11.0.7 to 12.0.0.
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases )
- [Commits](https://github.com/semantic-release/release-notes-generator/compare/v11.0.7...v12.0.0 )
---
updated-dependencies:
- dependency-name: "@semantic-release/release-notes-generator"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 11:37:22 -06:00
dependabot[bot]
d21f560070
chore(deps-dev): Bump semantic-release from 21.1.1 to 22.0.0 ( #2996 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 21.1.1 to 22.0.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v21.1.1...v22.0.0 )
---
updated-dependencies:
- dependency-name: semantic-release
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 11:34:21 -06:00
dependabot[bot]
4a0747f720
chore(deps-dev): Bump @semantic-release/commit-analyzer from 10.0.4 to 11.0.0 ( #2994 )
...
chore(deps-dev): Bump @semantic-release/commit-analyzer
Bumps [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer ) from 10.0.4 to 11.0.0.
- [Release notes](https://github.com/semantic-release/commit-analyzer/releases )
- [Commits](https://github.com/semantic-release/commit-analyzer/compare/v10.0.4...v11.0.0 )
---
updated-dependencies:
- dependency-name: "@semantic-release/commit-analyzer"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 11:10:45 -06:00
dependabot[bot]
af238eeb1d
chore(deps-dev): Bump @semantic-release/npm from 10.0.5 to 11.0.0 ( #2995 )
...
Bumps [@semantic-release/npm](https://github.com/semantic-release/npm ) from 10.0.5 to 11.0.0.
- [Release notes](https://github.com/semantic-release/npm/releases )
- [Commits](https://github.com/semantic-release/npm/compare/v10.0.5...v11.0.0 )
---
updated-dependencies:
- dependency-name: "@semantic-release/npm"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 11:10:09 -06:00
dependabot[bot]
c114ae8eec
chore(deps-dev): Bump rollup from 3.28.1 to 3.29.2 ( #2993 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.28.1 to 3.29.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v3.28.1...v3.29.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 11:09:11 -06:00
semantic-release-bot
5d836978ef
chore(release): 9.0.2 [skip ci]
...
## [9.0.2](https://github.com/markedjs/marked/compare/v9.0.1...v9.0.2 ) (2023-09-16)
### Bug Fixes
* fix unicode emstrong ([#2989 ](https://github.com/markedjs/marked/issues/2989 )) ([8ebbb3c](8ebbb3c3d4
))
v9.0.2
2023-09-16 23:30:11 +00:00
Tony Brix
8ebbb3c3d4
fix: fix unicode emstrong ( #2989 )
2023-09-16 17:24:06 -06:00
semantic-release-bot
56cee0a033
chore(release): 9.0.1 [skip ci]
...
## [9.0.1](https://github.com/markedjs/marked/compare/v9.0.0...v9.0.1 ) (2023-09-15)
### Bug Fixes
* fix unexpected setext heading ([#2986 ](https://github.com/markedjs/marked/issues/2986 )) ([bcc3067](bcc3067087
))
* single column table ([#2985 ](https://github.com/markedjs/marked/issues/2985 )) ([0743d4a](0743d4adb4
))
v9.0.1
2023-09-15 19:30:44 +00:00
Tony Brix
bcc3067087
fix: fix unexpected setext heading ( #2986 )
2023-09-15 13:22:12 -06:00
Tony Brix
0743d4adb4
fix: single column table ( #2985 )
2023-09-15 13:21:58 -06:00
Tony Brix
ccd02296b0
docs: remove slugger ( #2984 )
2023-09-14 13:20:54 -06:00
dependabot[bot]
998ba99848
chore(deps-dev): Bump @typescript-eslint/parser from 6.4.1 to 6.6.0 ( #2978 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.4.1 to 6.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 14:03:08 -06:00
dependabot[bot]
d537a13a6c
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.6.0 ( #2979 )
...
chore(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.4.1 to 6.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 11:13:05 -06:00
dependabot[bot]
a4fb6d7263
chore(deps-dev): Bump @semantic-release/github from 9.0.4 to 9.0.5 ( #2980 )
...
Bumps [@semantic-release/github](https://github.com/semantic-release/github ) from 9.0.4 to 9.0.5.
- [Release notes](https://github.com/semantic-release/github/releases )
- [Commits](https://github.com/semantic-release/github/compare/v9.0.4...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@semantic-release/github"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 11:12:54 -06:00
dependabot[bot]
7f181c1525
chore(deps-dev): Bump eslint-plugin-n from 16.0.2 to 16.1.0 ( #2981 )
...
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) from 16.0.2 to 16.1.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.0.2...16.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 11:12:42 -06:00
dependabot[bot]
2e88a2d0cb
chore(deps-dev): Bump marked-highlight from 2.0.5 to 2.0.6 ( #2977 )
...
Bumps [marked-highlight](https://github.com/markedjs/marked-highlight ) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/markedjs/marked-highlight/releases )
- [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs )
- [Commits](https://github.com/markedjs/marked-highlight/compare/v2.0.5...v2.0.6 )
---
updated-dependencies:
- dependency-name: marked-highlight
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 11:12:23 -06:00
Tony Brix
6055e5e402
chore: add version and copyright to marked.min.js ( #2976 )
2023-09-10 09:05:00 -06:00
semantic-release-bot
329eba8e11
chore(release): 9.0.0 [skip ci]
...
# [9.0.0](https://github.com/markedjs/marked/compare/v8.0.1...v9.0.0 ) (2023-09-09)
### Bug Fixes
* Clean up files in repo ([#2963 ](https://github.com/markedjs/marked/issues/2963 )) ([7d95a91](7d95a91093
))
### BREAKING CHANGES
* - remove built files from git repo.
- If you need to use the latest version of marked on the web you can use a cdn to get marked.min.js from npm:
- `https://cdn.jsdelivr.net/npm/marked/marked.min.js `
v9.0.0
2023-09-09 23:57:39 +00:00
Tony Brix
7d95a91093
fix: Clean up files in repo ( #2963 )
...
BREAKING CHANGE:
- remove built files from git repo.
- If you need to use the latest version of marked on the web you can use a cdn to get marked.min.js from npm:
- `https://cdn.jsdelivr.net/npm/marked/marked.min.js `
2023-09-09 17:51:42 -06:00
semantic-release-bot
ccc7a8fb34
chore(release): 8.0.1 [skip ci]
...
## [8.0.1](https://github.com/markedjs/marked/compare/v8.0.0...v8.0.1 ) (2023-09-06)
### Bug Fixes
* deprecated trimLeft/trimRight ([#2973 ](https://github.com/markedjs/marked/issues/2973 )) ([eda75a6](eda75a662c
))
* fix space removed after checkbox ([#2971 ](https://github.com/markedjs/marked/issues/2971 )) ([9a2a4ad](9a2a4ad61a
))
v8.0.1
2023-09-06 19:03:52 +00:00
MarkedJS bot
8492faf1ee
🗜️ build v8.0.1 [skip ci]
2023-09-06 19:01:38 +00:00