Skip to content

Commit

Permalink
ESM version (#56)
Browse files Browse the repository at this point in the history
* First working version for ESM and updated dependencies.

* Update main readme.

* Move assets to root.

* README file

* Use standard linter. Fixes.

* Add tests for getMarkdownRelease. Fix to use processor API.

* Linter issues.

* v3.0.0-beta.0

* Fix missing dependency.

* v3.0.0-beta.1

* Update remark-chan README.

* Fix api to use async/await versions.

* Update README

* Update README

* v3.0.0-beta.2
  • Loading branch information
elmasse authored Jun 22, 2021
1 parent 8c3b134 commit 4071fe4
Show file tree
Hide file tree
Showing 92 changed files with 9,372 additions and 47,975 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
[![Build Status](https://travis-ci.org/geut/chan.svg?branch=master)](https://travis-ci.org/geut/chan)
[![npm version](https://badge.fury.io/js/%40geut%2Fchan.svg)](https://badge.fury.io/js/%40geut%2Fchan)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Chan is a set of tools used for writing and maintaining a CHANGELOG empowering the user to use a coloquial/friendly style.
See more here: [keepachangelog.com](http://keepachangelog.com/)

:pencil2: :page_facing_up: Do you want to start maintaining your changelog right now? Try our [command-line tool](./packages/chan).
Do you want to start maintaining your changelog right now? Try our [command-line tool](./packages/chan).

- Modules
- [CLI](./packages/chan)
Expand All @@ -21,11 +20,11 @@ See more here: [keepachangelog.com](http://keepachangelog.com/)

## <a name="issues"></a> ISSUES

:bug: If you found an issue we encourage you to report it on [github](https://github.com/geut/chan/issues). Please specify your OS and the actions to reproduce it.
If you found an issue we encourage you to report it on [github](https://github.com/geut/chan/issues). Please specify your OS and the actions to reproduce it.

## <a name="contribute"></a> CONTRIBUTE

:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this [guideline](https://github.com/geut/chan/blob/master/CONTRIBUTING.md).
Ideas and contributions to the project are welcome. You must follow this [guideline](https://github.com/geut/chan/blob/master/CONTRIBUTING.md).
___

A [**GEUT**](http://geutstudio.com/) project
File renamed without changes
14 changes: 2 additions & 12 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"version": "2.3.0",
"packages": [
"packages/*"
],
"command": {
"bootstrap": {
"hoist": true
},
"clean": {
"yes": true
}
}
"version": "3.0.0-beta.2",
"useWorkspaces": true
}
Loading

0 comments on commit 4071fe4

Please sign in to comment.