Skip to content

Commit

Permalink
- Updates version numbers in package.json & CHANGELOG
Browse files Browse the repository at this point in the history
- Updates CHANGELOG
  • Loading branch information
planktonic committed Sep 9, 2024
1 parent 4d503cf commit 0bf94fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## Unreleased
## [[6.2.0]](https://github.com/bitcrowd/bitstyles/releases/tag/v6.2.0) - 2024-09-09

## Changed

- Relaxed NodeJS version requirement.

### Added

- New section-header component at organism level. Encapsulates what was previously built using utility classes.
- New section-header component (`.o-section-header`) at organism level. Encapsulates what was previously built using utility classes.

## [[6.1.0]](https://github.com/bitcrowd/bitstyles/releases/tag/v6.1.0) - 2024-02-14

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitstyles",
"version": "6.1.0",
"version": "6.2.0",
"description": "The Bitcrowd CSS library",
"main": "build/bitstyles.css",
"scripts": {
Expand Down

0 comments on commit 0bf94fd

Please sign in to comment.