Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBiddle committed Aug 21, 2023
1 parent a221512 commit 3bb249a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,28 @@

## Released

### [0.2.1] - 2023-08-21

- Bump heading sizes down a level [#12](https://github.com/alphagov/govuk-forms-markdown/pull/12/)

### [0.2.0] - 2023-08-015

- All links should open in a new tab [#9](https://github.com/alphagov/govuk-forms-markdown/issues/9)

### [0.1.0] - 2023-08-03

- Initial release
- Adds custom render methods for markdown syntax we would like to support.

- Heading levels 2 & 3, anything else returns as unstyled text
- Links styled like GOV.UK
- Links styled like GOV.UK
- Lists (ordered and unordered)

- We do not support the following

- Heading level 1
- tables
- horizontal rules
- emphasis
- code blocks
- custom HTML

2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk-forms-markdown (0.2.0)
govuk-forms-markdown (0.2.1)
redcarpet (~> 3.6)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk-forms-markdown/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GovukFormsMarkdown
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 3bb249a

Please sign in to comment.