diff --git a/CHANGELOG.md b/CHANGELOG.md index feb224f..db84857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.4.0 (25 Feb 2022) + +## Enhancements +- Supports [simple-icons v6.11.0](https://github.com/simple-icons/simple-icons/releases/tag/6.11.0) + # 1.3.0 (13 Feb 2022) ## Enhancements diff --git a/README.md b/README.md index 9ff319d..108c0b3 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ `SimpleIcons4J` is a Java implementation of the [simple-icons](https://www.npmjs.com/package/simple-icons) JavaScript library and is inspired by [simpleicons.org](https://simpleicons.org). -This library currently supports [simple-icons v6.10.0](https://github.com/simple-icons/simple-icons/releases/tag/6.10.0). +This library currently supports [simple-icons v6.11.0](https://github.com/simple-icons/simple-icons/releases/tag/6.11.0). ## Installation ```xml org.silentsoft simpleicons4j - 1.3.0 + 1.4.0 ``` diff --git a/pom.xml b/pom.xml index bca2bcf..08a0ab8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.silentsoft simpleicons4j - 1.3.0 + 1.4.0 SimpleIcons4J SimpleIcons4J is a Java implementation of the simple-icons JavaScript library and is inspired by simpleicons.org. @@ -206,7 +206,7 @@ org.webjars.npm simple-icons - 6.10.0 + 6.11.0 test diff --git a/slugs.md b/slugs.md index e23320c..76d5601 100644 --- a/slugs.md +++ b/slugs.md @@ -425,6 +425,7 @@ | `Contentful` | `contentful` | `ContentfulIcon` | | `Convertio` | `convertio` | `ConvertioIcon` | | `Cookiecutter` | `cookiecutter` | `CookiecutterIcon` | +| `Cora` | `cora` | `CoraIcon` | | `Corona Engine` | `coronaengine` | `CoronaengineIcon` | | `Corona Renderer` | `coronarenderer` | `CoronarendererIcon` | | `Corsair` | `corsair` | `CorsairIcon` | @@ -1012,6 +1013,7 @@ | `Last.fm` | `lastdotfm` | `LastdotfmIcon` | | `LastPass` | `lastpass` | `LastpassIcon` | | `Launchpad` | `launchpad` | `LaunchpadIcon` | +| `Leader Price` | `leaderprice` | `LeaderpriceIcon` | | `Leaflet` | `leaflet` | `LeafletIcon` | | `Leanpub` | `leanpub` | `LeanpubIcon` | | `LeetCode` | `leetcode` | `LeetcodeIcon` | @@ -1349,6 +1351,7 @@ | `PhpStorm` | `phpstorm` | `PhpstormIcon` | | `Pi-hole` | `pihole` | `PiholeIcon` | | `PicPay` | `picpay` | `PicpayIcon` | +| `Picard Surgelés` | `picardsurgeles` | `PicardsurgelesIcon` | | `Picarto.TV` | `picartodottv` | `PicartodottvIcon` | | `Picnic` | `picnic` | `PicnicIcon` | | `Pimcore` | `pimcore` | `PimcoreIcon` | @@ -1665,6 +1668,7 @@ | `Snowflake` | `snowflake` | `SnowflakeIcon` | | `Snowpack` | `snowpack` | `SnowpackIcon` | | `Snyk` | `snyk` | `SnykIcon` | +| `Social Blade` | `socialblade` | `SocialbladeIcon` | | `Society6` | `society6` | `Society6Icon` | | `Socket.io` | `socketdotio` | `SocketdotioIcon` | | `Sogou` | `sogou` | `SogouIcon` | diff --git a/src/test/java/org/silentsoft/simpleicons/IconGenerator.java b/src/test/java/org/silentsoft/simpleicons/IconGenerator.java index f126281..bbee965 100644 --- a/src/test/java/org/silentsoft/simpleicons/IconGenerator.java +++ b/src/test/java/org/silentsoft/simpleicons/IconGenerator.java @@ -21,7 +21,7 @@ public class IconGenerator { private static final Logger LOGGER = LoggerFactory.getLogger(IconGenerator.class); - private static final String WEBJAR_RESOURCE_ROOT = "/META-INF/resources/webjars/simple-icons/6.10.0"; + private static final String WEBJAR_RESOURCE_ROOT = "/META-INF/resources/webjars/simple-icons/6.11.0"; public static void main(String[] args) throws Exception { TreeMap iconMap = new TreeMap<>();