Skip to content

Commit

Permalink
chore(release): 4.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.7.0](v4.6.2...v4.7.0) (2024-10-16)

### Features

* check components folder recursively in gitignore ([7335a7f](7335a7f))
* check folders recursively in gitignore ([d04363b](d04363b))
* update sass:render task to be recursive, add components dir ([5726ea2](5726ea2))
* update sweep task to be recursive, add components dir ([e42340b](e42340b))
  • Loading branch information
semantic-release-bot committed Oct 16, 2024
1 parent 7335a7f commit d439eea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Semantic Release Automated Changelog

# [4.7.0](https://github.com/AlaskaAirlines/WC-Generator/compare/v4.6.2...v4.7.0) (2024-10-16)


### Features

* check components folder recursively in gitignore ([7335a7f](https://github.com/AlaskaAirlines/WC-Generator/commit/7335a7fbfbcf2006b24b411d63cfe833652337e9))
* check folders recursively in gitignore ([d04363b](https://github.com/AlaskaAirlines/WC-Generator/commit/d04363bd94d566b3ab00539cb85a74609f8a9f6e))
* update sass:render task to be recursive, add components dir ([5726ea2](https://github.com/AlaskaAirlines/WC-Generator/commit/5726ea25ee7cbe35ea43e40bfc493bafe89e1fd9))
* update sweep task to be recursive, add components dir ([e42340b](https://github.com/AlaskaAirlines/WC-Generator/commit/e42340b3be7f7638ab5e1a1281609a20c2be7600))

## [4.6.2](https://github.com/AlaskaAirlines/WC-Generator/compare/v4.6.1...v4.6.2) (2024-10-10)


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": "@aurodesignsystem/wc-generator",
"version": "4.6.2",
"version": "4.7.0",
"description": "Boilerplate generator for Auro Web Components",
"main": "index.js",
"files": [
Expand Down

0 comments on commit d439eea

Please sign in to comment.