Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 10, 2023
1 parent 030b248 commit 60f567d
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Changelog

## 1.0.0 (2023-10-10)


### 🆕 Features

* add github actions ([#13](https://github.com/onebeyond/spdx-license-satisfies/issues/13)) ([030b248](https://github.com/onebeyond/spdx-license-satisfies/commit/030b248c74a5eeb2e4face278e250e9511150e09))
* add husky ([349e7cc](https://github.com/onebeyond/spdx-license-satisfies/commit/349e7cc997b439528ddbebe7911a935e639febb9))
* add several hooks ([4ac6175](https://github.com/onebeyond/spdx-license-satisfies/commit/4ac6175663fe0a0c20251a21c9aa567f89f56bd8))


### 🔧 Others

* add .nvmrc ([79a43bc](https://github.com/onebeyond/spdx-license-satisfies/commit/79a43bc3329806f35fc539501675dc1263100f99))
* add commitlint ([a665abb](https://github.com/onebeyond/spdx-license-satisfies/commit/a665abbe5b6d37035bae58c36fe2a74d6686331c))
* add jest and update scripts ([823ab2c](https://github.com/onebeyond/spdx-license-satisfies/commit/823ab2c6e1c5c32cd876ecd4ed716a345607fbee))
* move to node 18 (latest LTS) ([e4bd29e](https://github.com/onebeyond/spdx-license-satisfies/commit/e4bd29e9024dfae386c89fa8b2f4626dace97b02))
* remove authors and contributors ([32ef975](https://github.com/onebeyond/spdx-license-satisfies/commit/32ef975ecd8da3ff7e68547cc5ee631e3c172496))
* update .gitignore ([c5c81c7](https://github.com/onebeyond/spdx-license-satisfies/commit/c5c81c7a3f990b73c67669b78fee8293939e5d64))
* update package metadata ([ebc2b7f](https://github.com/onebeyond/spdx-license-satisfies/commit/ebc2b7f73cb3ac3290a3b27a461a9495d557c8fc))


### 📝 Docs

* create .all-contributorsrc [skip ci] ([c0658e1](https://github.com/onebeyond/spdx-license-satisfies/commit/c0658e1ccf0470303f9b902caa420b46a35e5556))
* update .all-contributorsrc [skip ci] ([988e602](https://github.com/onebeyond/spdx-license-satisfies/commit/988e60220ab26da105750cd0dd671d6d7b0254b7))
* update .all-contributorsrc [skip ci] ([69d6699](https://github.com/onebeyond/spdx-license-satisfies/commit/69d6699f70377d204a56763c018d0be1b964263a))
* update README ([dea6351](https://github.com/onebeyond/spdx-license-satisfies/commit/dea6351990c0c7db498b62d844d3f93af31f6f1f))
* update README with new functions and examples ([574d15d](https://github.com/onebeyond/spdx-license-satisfies/commit/574d15d4e2ef29fa87135135c32cd895b5b168b8))
* update README.md [skip ci] ([3a0f2bf](https://github.com/onebeyond/spdx-license-satisfies/commit/3a0f2bfd86f7bf94a281374b5152eba6df918c9f))
* update README.md [skip ci] ([5e7d037](https://github.com/onebeyond/spdx-license-satisfies/commit/5e7d03730d669cb5e1c56f1cd8cac5cf2975dee3))
* update README.md [skip ci] ([b25f5da](https://github.com/onebeyond/spdx-license-satisfies/commit/b25f5da336fe8ca189b54f7426d5acd99ed20d6e))


### 🎨 Styling

* fix code linting ([78f4226](https://github.com/onebeyond/spdx-license-satisfies/commit/78f4226f8faef40c676f031873ef52c6f38229c0))


### 🔄 Code Refactoring

* accept spdx expressions for first and second argument ([941da45](https://github.com/onebeyond/spdx-license-satisfies/commit/941da456a58df8ae89ad495250482bb02cf8a7df))
* add new satisfies functions and change interface ([6d06066](https://github.com/onebeyond/spdx-license-satisfies/commit/6d0606604834b01e09531f73cf8356dfa0bd3b81))
* add src folder ([42b8b50](https://github.com/onebeyond/spdx-license-satisfies/commit/42b8b508a10fdc7c8b843c55f5557aa0c8461515))
* remove examples file ([cc84d3a](https://github.com/onebeyond/spdx-license-satisfies/commit/cc84d3afbf86b0f763aa39b6320d4530978b0b73))
* rename coverage script and include node 20 ([e771da2](https://github.com/onebeyond/spdx-license-satisfies/commit/e771da21a26f52bcdea422f7328bac748be47e7f))


### 🔬 Tests

* implement new tests with Jest ([443b9b6](https://github.com/onebeyond/spdx-license-satisfies/commit/443b9b6f568c22f14a3e9d6fb8840a5f6f30896c))


### ☁️ CI

* Set fail-fast to false ([ec6ee14](https://github.com/onebeyond/spdx-license-satisfies/commit/ec6ee14679eb2f02da0cfacfffe6f4c5a9ee183d))
* update github action ([47e7244](https://github.com/onebeyond/spdx-license-satisfies/commit/47e72445dd5cb064dc03bcdf396263ea8fbf3223))

0 comments on commit 60f567d

Please sign in to comment.