Skip to content

Commit 75706cc

Browse files
committed
3.0.4
1 parent b48e036 commit 75706cc

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

CHANGELOG.md

+32-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v3.0.3](https://github.com/little-core-labs/chromafi/compare/v3.0.2...v3.0.3)
10+
## [v3.0.4](https://github.com/little-core-labs/chromafi/compare/v3.0.3...v3.0.4)
11+
12+
### Merged
13+
14+
- Bump gh-release from 5.0.2 to 6.0.0 [`#14`](https://github.com/little-core-labs/chromafi/pull/14)
15+
- Bump actions/setup-node from 2.3.2 to 2.4.0 [`#22`](https://github.com/little-core-labs/chromafi/pull/22)
16+
- Bump actions/setup-node from 2.3.1 to 2.3.2 [`#21`](https://github.com/little-core-labs/chromafi/pull/21)
17+
- Bump actions/setup-node from 2.3.0 to 2.3.1 [`#20`](https://github.com/little-core-labs/chromafi/pull/20)
18+
- Bump actions/setup-node from 2.2.0 to 2.3.0 [`#19`](https://github.com/little-core-labs/chromafi/pull/19)
19+
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 [`#18`](https://github.com/little-core-labs/chromafi/pull/18)
20+
- Bump actions/setup-node from 2.1.5 to 2.2.0 [`#17`](https://github.com/little-core-labs/chromafi/pull/17)
21+
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 [`#16`](https://github.com/little-core-labs/chromafi/pull/16)
22+
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 [`#15`](https://github.com/little-core-labs/chromafi/pull/15)
23+
- Bump fastify/github-action-merge-dependabot from 1.2.1 to 2.0.0 [`#13`](https://github.com/little-core-labs/chromafi/pull/13)
24+
25+
### Commits
26+
27+
- chore: remove unused dependencies [`7d19227`](https://github.com/little-core-labs/chromafi/commit/7d192275a78d364d6eecbe9157a874d2829a7bad)
28+
29+
## [v3.0.3](https://github.com/little-core-labs/chromafi/compare/v3.0.2...v3.0.3) - 2021-04-15
1130

1231
### Merged
1332

@@ -24,18 +43,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2443

2544
- chore(): upgrade deps [`c068c77`](https://github.com/little-core-labs/chromafi/commit/c068c77dc22303bdbbd9a0b8c93eb12931ec2431)
2645

27-
## v3.0.1 - 2021-01-23
46+
## [v3.0.1](https://github.com/little-core-labs/chromafi/compare/v3.0.0...v3.0.1) - 2021-01-23
2847

2948
### Merged
3049

3150
- Bump actions/setup-node from v2.1.2 to v2.1.4 [`#3`](https://github.com/little-core-labs/chromafi/pull/3)
51+
52+
### Commits
53+
54+
- refactor(): support disabling 'decorate' feature [`585a408`](https://github.com/little-core-labs/chromafi/commit/585a40856952ae5c855485dd4e6cafe10bc8ce25)
55+
- chore: automerge actions [`41933ba`](https://github.com/little-core-labs/chromafi/commit/41933baef689376bb6beca231edcdbf16713eff7)
56+
57+
## v3.0.0 - 2020-12-01
58+
59+
### Merged
60+
3261
- Cleanup [`#1`](https://github.com/little-core-labs/chromafi/pull/1)
3362
- Moving husky to devDependencies [`#9`](https://github.com/little-core-labs/chromafi/pull/9)
3463
- Fix indents [`#2`](https://github.com/little-core-labs/chromafi/pull/2)
3564
- Mark/Highlight Portions of Code [`#1`](https://github.com/little-core-labs/chromafi/pull/1)
3665

3766
### Commits
3867

68+
- new maintainer [`e4ba1e5`](https://github.com/little-core-labs/chromafi/commit/e4ba1e5fbf29c32b6e30d62543f0687df08ebace)
3969
- chore(): upgrade deps [`9f1a59b`](https://github.com/little-core-labs/chromafi/commit/9f1a59be51e51a68772178cb4c787d2e9fdc0ba0)
4070
- Adding code [`804ca4a`](https://github.com/little-core-labs/chromafi/commit/804ca4ab2efbab7f2a53d8b0c91bb088a0ff0934)
41-
- update readme and dev deps [`458f2b7`](https://github.com/little-core-labs/chromafi/commit/458f2b72b3a8455673a860d41802a21dd2e490e5)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@12core/chromafi",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "🦅 cli syntax highlighting: any function - any object - 176 languages",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)