Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.8.2 #1624

Merged
merged 3 commits into from Mar 22, 2020
Merged

Release 0.8.2 #1624

merged 3 commits into from Mar 22, 2020

Conversation

UziTech
Copy link
Member

@UziTech UziTech commented Mar 22, 2020

We should create another release to fix #1621. I feel like quite a few people might run into that bug.

I also updated the devdependencies.

Release Notes

Fixes

Docs


Publisher

  • $ npm version has been run.
  • Release notes in draft GitHub release are up to date
  • Committer checklist is complete.
  • Merge PR.
  • Publish GitHub release using master with correct version number.
  • $ npm publish has been run.
  • Create draft GitHub release to prepare next release.

Note: If merges to master occur after submitting this PR and before running $ npm pubish you should be able to

  1. pull from upstream/master (git pull upstream master) into the branch holding this version,
  2. run $ npm run build to regenerate the min file, and
  3. commit and push the updated changes.

Committer

In most cases, this should be someone different than the publisher.

  • Version in package.json has been updated (see PUBLISHING.md).
  • The marked.min.js has been updated.
  • CI is green (no forced merge required).

@vercel
Copy link

vercel bot commented Mar 22, 2020

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/markedjs/markedjs/5z6k4mrtb
✅ Preview: https://markedjs-git-fork-uzitech-release-082.markedjs.now.sh

@@ -30,27 +30,27 @@
"html"
],
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/core": "^7.9.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer these dependency bumps in a separate PR.

@UziTech UziTech merged commit 4af69d3 into markedjs:master Mar 22, 2020
@UziTech UziTech deleted the release-0.8.2 branch March 22, 2020 15:37
zhenalexfan pushed a commit to zhenalexfan/MarkdownHan that referenced this pull request Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: this.renderer.html is not a function (Error in 0.8.1, OK in 0.8.0)
2 participants