Skip to content

Commit 95992ff

Browse files
authored
Merge pull request increments#153 from increments/release-v.1.1.0
Release v1.1.0
2 parents f310fa9 + 0ac478c commit 95992ff

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
## Unreleased
2+
3+
## 1.1.0
4+
25
- Add uri to requiring libraries
3-
- Add base64 to dependency
6+
- Bump rubocop 1.39.0 to 1.60.2
47
- Bump rouge 4.1.0 to 4.2.0
58

6-
# 1.0.4
9+
## 1.0.4
710

811
- Drop Ruby 2.7 support
912
- Bump qiita_marker 0.23.6 to 0.23.9
1013
- Drop Ubuntu 18.04 support
1114

12-
# 1.0.3
15+
## 1.0.3
1316

1417
- Bump rake version to work with ruby 3.2
1518
- Bump rouge 3.26.0 to 4.1.0

lib/qiita/markdown/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Qiita
22
module Markdown
3-
VERSION = "1.0.4"
3+
VERSION = "1.1.0"
44
end
55
end

0 commit comments

Comments
 (0)