Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Aug 5, 2024
1 parent bbc30b3 commit ba56d36
Show file tree
Hide file tree
Showing 13 changed files with 346 additions and 347 deletions.
8 changes: 4 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
engines:
eslint:
enabled: true
channel: "eslint-8"
channel: 'eslint-8'
config:
config: ".eslintrc.yaml"
config: '.eslintrc.yaml'

ratings:
paths:
- "**.js"
paths:
- '**.js'
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
allow:
- dependency-type: production
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: CI

on: [ push ]
on: [push]

env:
CI: true

jobs:

lint:
uses: haraka/.github/.github/workflows/lint.yml@master

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "CodeQL"
name: 'CodeQL'

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]
schedule:
- cron: '18 7 * * 4'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ env:
jobs:
publish:
uses: haraka/.github/.github/workflows/publish.yml@master
secrets: inherit
secrets: inherit
2 changes: 2 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
singleQuote: true
semi: false
25 changes: 6 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,33 @@

### Unreleased


### [1.2.2] - 2024-08-05

#### Added

-

#### Fixed

-

#### Changed

-


- chore: populate [files] in package.json. Delete .npmignore.
- chore: automated code formatting
- ci: updated to shared configs
- dep: eslint-plugin-haraka -> @haraka/eslint-config
- doc: added CONTRIBUTORS.md
- doc: consistent naming of "special" files like CHANGELOG.md.

### [1.2.1] - 2024-04-03

- es6: use optional chaining (?.), for safety
- es6: use default function params


### [1.2.0] - 2022-06-24

- merged in ChunkEmitter, only used here
- copied in indexOfLF, removed haraka-utils dependency


### [1.1.0] - 2022-06-23

- fix: boundary marker corruption issue haraka/Haraka#3068


## 1.0.0 - 2022-06-23

- Import from Haraka
- convert tests to mocha


[1.1.0]: /~https://github.com/haraka/message-stream/releases/tag/1.1.0
[1.2.0]: /~https://github.com/haraka/message-stream/releases/tag/1.2.0
[1.2.1]: /~https://github.com/haraka/message-stream/releases/tag/1.2.1
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This handcrafted artisinal software is brought to you by:

| <img height="80" src="/~https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="/~https://github.com/msimerson">msimerson</a> (<a href="/~https://github.com/haraka/message-stream/commits?author=msimerson">5</a>)|
| :---: |
| <img height="80" src="/~https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="/~https://github.com/msimerson">msimerson</a> (<a href="/~https://github.com/haraka/message-stream/commits?author=msimerson">5</a>) |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<sub>this file is maintained by [.release](/~https://github.com/msimerson/.release)</sub>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
new MessageStream(cfg, uuid, header_list)
```


<!-- leave these buried at the bottom of the document -->

[ci-img]: /~https://github.com/haraka/message-stream/actions/workflows/ci.yml/badge.svg
[ci-url]: /~https://github.com/haraka/message-stream/actions/workflows/ci.yml
[clim-img]: https://codeclimate.com/github/haraka/message-stream/badges/gpa.svg
Expand Down
Loading

0 comments on commit ba56d36

Please sign in to comment.