Skip to content

Release v1.3.0 #178

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## 1.3.0

- Support embedding new iframes
- Google Drive
- StackBlitz
Comment on lines +5 to +7

Choose a reason for hiding this comment

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

medium

If the changes from PR #176 are part of this v1.3.0 release, they should also be documented in this changelog section to ensure completeness.

Suggested change
- Support embedding new iframes
- Google Drive
- StackBlitz
- Support embedding new iframes
- Google Drive
- StackBlitz
- Bump RuboCop from 1.60.2 to 1.62.1 and apply auto-corrections


## 1.2.0

- Accept new codepen script url (public.codepenassets.com)
Expand Down
2 changes: 1 addition & 1 deletion lib/qiita/markdown/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Qiita
module Markdown
VERSION = "1.2.0"
VERSION = "1.3.0"

Choose a reason for hiding this comment

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

high

Confirm that the version number is updated to the correct release version.

VERSION = "1.3.0"

end
end